UNPKG

formgen-react

Version:

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

6 lines (5 loc) 207 B
import { ISpinButtonProps } from 'office-ui-fabric-react'; export interface IFormSpinButtonProps extends ISpinButtonProps { /** added after the value for example Hrs for Hours. */ sufix?: string; }