fix: some bug

pull/4/head
bqy_fe 3 years ago
parent 65493e128a
commit bbba1d863d
  1. 2
      src/visual-editor/visual-editor.props.tsx

@ -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…
Cancel
Save