π File detail
components/CustomSelect/index.ts
π§© .tsπ 4 linesπΎ 118 bytesπ text
β Back to All Filesπ― Use case
This file lives under βcomponents/β, which covers shared React UI pieces. It composes internal code from SelectMulti and select (relative imports).
Generated from folder role, exports, dependency roots, and inline comments β not hand-reviewed for every path.
π§ Inline summary
export * from './SelectMulti.js' export type { OptionWithDescription } from './select.js' export * from './select.js'
π₯οΈ Source preview
export * from './SelectMulti.js'
export type { OptionWithDescription } from './select.js'
export * from './select.js'