UNPKG

@dock365/reform-fabric-fields

Version:
10 lines (9 loc) 312 B
import { IOptionsPickerOption } from '../IOptionsPickerMenuProps'; import { IColors } from '../../IOptionsPickerProps'; export interface IStatusViewerProps { onSelect: (e: any) => void; toggleEdit?: () => void; options: IOptionsPickerOption[]; editable?: boolean; colors: IColors; }