claude-code/components/CustomSelect/index.ts

4 lines
118 B
TypeScript

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