UNPKG

131 BTypeScriptView Raw
1import './input.less';
2import { Input } from './input';
3export type { InputProps, InputRef } from './input';
4export default Input;