UNPKG

@dock365/reform-fabric-fields

Version:
6 lines (5 loc) 176 B
import { IOptionsPickerOption } from "./IOptionsPickerMenuProps"; export interface IOptionsPickerMenuState { edit: boolean; activeOption?: IOptionsPickerOption; }