UNPKG

formgen-react

Version:

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

6 lines (5 loc) 217 B
import { IDatePickerProps } from 'office-ui-fabric-react'; export interface IFormDatePickerProps extends IDatePickerProps { /** If true then show the date in short date format. */ shortDateFormat: boolean; }