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