UNPKG

@dock365/reform-fabric-fields

Version:
11 lines (9 loc) 358 B
import { IOptionsPickerOption } from "../IOptionsPickerMenuProps"; import { IColors } from "../../IOptionsPickerProps"; export interface IEditorProps { toggleEdit?: () => void; options: IOptionsPickerOption[]; availableColors: string[]; onSaveChanges?: (options: IOptionsPickerOption[], deletedIds: number[]) => void; colors: IColors; }