mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 19:30:17 +08:00
Refactor index.ts to update icon component documentation and remove commented-out selector exports
- Updated comments for brand logo icons to reflect the current count and recommended import path. - Removed deprecated selector component exports to clean up the index file.
This commit is contained in:
parent
6abe5ab8c3
commit
ad939f4b77
@ -23,24 +23,10 @@ export { default as ThinkingEffect } from './composites/ThinkingEffect'
|
||||
|
||||
// Icon Components
|
||||
|
||||
// Brand Logo Icons (彩色品牌 Logo 图标 - 84个)
|
||||
// 推荐使用 '@cherrystudio/ui/icons' 路径导入
|
||||
// Brand Logo Icons (Colorful brand logo icons - 81 items)
|
||||
// Recommended to import using '@cherrystudio/ui/icons' path
|
||||
export * from './icons'
|
||||
|
||||
// /* Selector Components */
|
||||
// export { default as Selector } from './primitives/select'
|
||||
// export { default as SearchableSelector } from './primitives/Selector/SearchableSelector'
|
||||
// export type {
|
||||
// MultipleSearchableSelectorProps,
|
||||
// MultipleSelectorProps,
|
||||
// SearchableSelectorItem,
|
||||
// SearchableSelectorProps,
|
||||
// SelectorItem,
|
||||
// SelectorProps,
|
||||
// SingleSearchableSelectorProps,
|
||||
// SingleSelectorProps
|
||||
// } from './primitives/Selector/types'
|
||||
|
||||
/* Additional Composite Components */
|
||||
// CodeEditor
|
||||
export {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user