UNPKG

ph-material-pickers

Version:

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

4 lines (3 loc) 179 B
import * as React from 'react'; import { DateInputProps, DateInputRefs } from './PureDateInput'; export declare const KeyboardDateInput: React.FC<DateInputProps & DateInputRefs>;