Files
community-rule/app/components/Select/index.tsx
T
2026-01-29 17:29:37 -07:00

3 lines
115 B
TypeScript

export { default } from "./Select.container";
export type { SelectProps, SelectOptionData } from "./Select.types";