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

3 lines
130 B
TypeScript

export { default } from "./SelectInput.container";
export type { SelectInputProps, SelectOptionData } from "./SelectInput.types";