UNPKG

307 BTypeScriptView Raw
1import React from 'react';
2export interface InputProps extends React.AllHTMLAttributes<HTMLInputElement> {
3 component?: React.ElementType;
4}
5declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement>>;
6export default Input;
7//# sourceMappingURL=Input.d.ts.map
\No newline at end of file