UNPKG

ph-material-pickers

Version:

React components, that implements material design pickers for material-ui v4

10 lines (9 loc) 465 B
import * as PropTypes from 'prop-types'; export declare const date: PropTypes.Requireable<string | number | object>; export declare type ParsableDate<TDate = unknown> = string | number | Date | null | undefined | TDate; export declare const DomainPropTypes: { date: PropTypes.Requireable<string | number | object>; datePickerView: PropTypes.Requireable<string>; }; export declare const defaultMinDate: unknown; export declare const defaultMaxDate: unknown;