react-toolbox/components/input/index.d.ts

6 lines
123 B
TypeScript

import { Input } from './Input';
export { InputProps, InputTheme } from './Input';
export { Input }
export default Input;