πŸ“„ 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'