Files
2026-02-05 18:21:56 -07:00

3 lines
106 B
TypeScript

export { default } from "./TextInput.container";
export type { TextInputProps } from "./TextInput.types";