UNPKG

@dock365/reform-fabric-fields

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