3 lines
183 B
TypeScript
3 lines
183 B
TypeScript
|
export { default as TextInput } from '../../../components/text-input/text-input';
|
||
|
export { default as ValidatedTextInput } from '../../../components/text-input/validated-text-input';
|