@amirjalili1374/ui-kit 1.10.16 → 1.10.18
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.
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { type PropType } from 'vue';
|
|
2
2
|
import type { MenuItem } from '../../types/components/layout/menu';
|
|
3
|
-
declare var
|
|
3
|
+
declare var __VLS_47: {
|
|
4
4
|
items: MenuItem[];
|
|
5
|
-
},
|
|
5
|
+
}, __VLS_59: {}, __VLS_73: {};
|
|
6
6
|
type __VLS_Slots = {} & {
|
|
7
|
-
navigation?: (props: typeof
|
|
7
|
+
navigation?: (props: typeof __VLS_47) => any;
|
|
8
8
|
} & {
|
|
9
|
-
notifications?: (props: typeof
|
|
9
|
+
notifications?: (props: typeof __VLS_59) => any;
|
|
10
10
|
} & {
|
|
11
|
-
profile?: (props: typeof
|
|
11
|
+
profile?: (props: typeof __VLS_73) => any;
|
|
12
12
|
};
|
|
13
13
|
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
14
14
|
menuOrientation: {
|