fix: some bug
This commit is contained in:
parent
65493e128a
commit
bbba1d863d
|
@ -94,7 +94,7 @@ export function createEditorColorProp(label: string, defaultValue?: string): Vis
|
|||
|
||||
export type VisualEditorSelectOptions = {
|
||||
label: string
|
||||
val: string | number | boolean | object
|
||||
value: string | number | boolean | object
|
||||
}[]
|
||||
|
||||
interface EditorSelectProp {
|
||||
|
|
Loading…
Reference in New Issue