import { IDatePickerProps } from 'office-ui-fabric-react'; export interface IFormDatePickerProps extends IDatePickerProps { /** If true then show the date in short date format. */ shortDateFormat: boolean; }