Animations in the WebEditor
This commit is contained in:
@@ -77,6 +77,11 @@ export interface ILabelValue {
|
||||
value: number
|
||||
}
|
||||
|
||||
export interface ILabelValueStr {
|
||||
label: string
|
||||
value: string
|
||||
}
|
||||
|
||||
export interface IValue {
|
||||
value: number
|
||||
}
|
||||
|
||||
@@ -190,6 +190,8 @@ export interface IMyPage {
|
||||
infooter?: boolean
|
||||
internalpage?: boolean
|
||||
extraclass?: string
|
||||
loadFirst?: boolean
|
||||
showFooter?: boolean
|
||||
}
|
||||
|
||||
export interface IOption {
|
||||
|
||||
Reference in New Issue
Block a user