UNPKG

@surveycake/rc

Version:

react component of surveycake

5 lines (4 loc) 165 B
import { FC } from 'react'; import { DatePickerProps } from './types'; declare const KeyboardDatePicker: FC<DatePickerProps>; export default KeyboardDatePicker;