Files
2026-04-18 14:12:49 -06:00

3 lines
115 B
TypeScript

export { default } from "./SelectOption.container";
export type { SelectOptionProps } from "./SelectOption.types";