8 lines
255 B
TypeScript
8 lines
255 B
TypeScript
import Input from './Input';
|
|
export { InputProps } from './Input';
|
|
export { GroupProps } from './Group';
|
|
export { SearchProps } from './Search';
|
|
export { TextAreaProps } from './TextArea';
|
|
export { PasswordProps } from './Password';
|
|
export default Input;
|