UNPKG

204 BTypeScriptView Raw
1import React from 'react';
2import type { InputProps, InputRef } from './interface';
3declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<InputRef>>;
4export default Input;