UNPKG

prp-ui-components

Version:

Package for use components of Pratica Plataforms

4 lines (3 loc) 196 B
import * as React from 'react'; export type InputDateProps = React.InputHTMLAttributes<HTMLInputElement>; export declare const InputDate: ({ type, ...rest }: InputDateProps) => React.JSX.Element;