Animations in the WebEditor

This commit is contained in:
Surya Paolo
2022-11-20 10:21:02 +01:00
parent a56ee80fbb
commit 358bdd5d1e
21 changed files with 704 additions and 88 deletions

View File

@@ -77,6 +77,11 @@ export interface ILabelValue {
value: number
}
export interface ILabelValueStr {
label: string
value: string
}
export interface IValue {
value: number
}

View File

@@ -190,6 +190,8 @@ export interface IMyPage {
infooter?: boolean
internalpage?: boolean
extraclass?: string
loadFirst?: boolean
showFooter?: boolean
}
export interface IOption {