UNPKG

formgen-react

Version:

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

12 lines (8 loc) 319 B
import { IBaseProps } from 'office-ui-fabric-react/lib/Utilities'; import { IButtonProps } from 'office-ui-fabric-react/lib/Button'; export interface ISubmitButtonProps extends IBaseProps { /** Props for the fabric button */ buttonProps?: IButtonProps; /** Input Key Value */ inputKey?: string; }