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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user