UNPKG

@dock365/reform-fabric-fields

Version:
7 lines (6 loc) 205 B
import { IOptionsPickerOption } from "../IOptionsPickerMenuProps"; export interface IEditorState { options: IOptionsPickerOption[]; deletedOptions: number[]; availableColors: string[]; }