Files
community-rule/app/components/controls/SelectInput/index.tsx
T
2026-02-05 18:21:56 -07:00

3 lines
130 B
TypeScript

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