UNPKG

material-ui-pickers

Version:

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

7 lines (6 loc) 277 B
import * as PropTypes from 'prop-types'; export declare type DateType = object | string | number | Date | null | undefined; export declare const DomainPropTypes: { date: PropTypes.Requireable<string | number | object>; datePickerView: PropTypes.Requireable<string>; };