@ctlyst.id/internal-ui 4.1.7 → 4.1.8
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -658,10 +658,10 @@ type SubMenuItem = {
|
|
658
658
|
navLink: string;
|
659
659
|
navHost: string;
|
660
660
|
title: string;
|
661
|
-
id:
|
661
|
+
id: number;
|
662
662
|
};
|
663
663
|
type MenuItem = {
|
664
|
-
id:
|
664
|
+
id: number;
|
665
665
|
icon?: string | null;
|
666
666
|
navLink: string;
|
667
667
|
navHost?: string;
|
package/dist/index.d.ts
CHANGED
@@ -658,10 +658,10 @@ type SubMenuItem = {
|
|
658
658
|
navLink: string;
|
659
659
|
navHost: string;
|
660
660
|
title: string;
|
661
|
-
id:
|
661
|
+
id: number;
|
662
662
|
};
|
663
663
|
type MenuItem = {
|
664
|
-
id:
|
664
|
+
id: number;
|
665
665
|
icon?: string | null;
|
666
666
|
navLink: string;
|
667
667
|
navHost?: string;
|