UNPKG

formgen-react

Version:

Formula generator with JSON for react. UI Fabric controls are used for rendering

8 lines (7 loc) 133 B
/** * The Type for the Cascading DropDown */ export declare class CascadingOption { label: string; value: string; }