UNPKG

167 BTypeScriptView Raw
1import BaseInput from './BaseInput';
2import Input from './Input';
3export { BaseInput };
4export type { InputProps, InputRef } from './interface';
5export default Input;