index.d.ts 167 B

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