Files
community-rule/app/components/TextInput/index.tsx
T
2026-02-04 11:29:51 -07:00

3 lines
106 B
TypeScript

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