UNPKG

ponchojs

Version:

Poncho

8 lines (7 loc) 240 B
/// <reference types="react" /> import { CommonInputProps } from './Form'; interface Props extends CommonInputProps<string | Date> { datetime?: boolean; } export declare const DateInput: (props: Props) => JSX.Element; export {};