3 lines
106 B
TypeScript
3 lines
106 B
TypeScript
export { default } from "./TextInput.container";
|
|
export type { TextInputProps } from "./TextInput.types";
|