slug-code/components/CustomSelect/index.ts
2026-03-31 12:46:52 -04:00

3 lines
118 B
TypeScript

export * from './SelectMulti.js'
export type { OptionWithDescription } from './select.js'
export * from './select.js'