@cleen/ui 0.1.37 → 0.1.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -0
- package/dist/index.js +4 -11
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2654,6 +2654,8 @@ interface SidebarItemConfig {
|
|
|
2654
2654
|
iconName?: string;
|
|
2655
2655
|
/** Custom icon source (SVG path or component) */
|
|
2656
2656
|
iconSrc?: string;
|
|
2657
|
+
/** Optional React node for custom icon rendering */
|
|
2658
|
+
icon?: ReactNode;
|
|
2657
2659
|
/** Optional path for navigation */
|
|
2658
2660
|
path?: string | null;
|
|
2659
2661
|
/** Optional badge count to display */
|