UNPKG

@dock365/reform-fabric-fields

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