@gx-design-vue/pro-layout 0.1.0-beta.43 → 0.1.0-beta.44

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.
@@ -2,6 +2,7 @@ import type { ExtractPropTypes, PropType } from 'vue';
2
2
  import multiTabProps from './props';
3
3
  import type { AppRouteModule } from '../../route';
4
4
  export type MultiTabProps = Partial<ExtractPropTypes<typeof multiTabProps>>;
5
+ export declare function hanlePathKey(record: AppRouteModule): string;
5
6
  declare const _default: import("vue").DefineComponent<{
6
7
  visible: {
7
8
  type: PropType<boolean>;
package/dist/index.d.ts CHANGED
@@ -12,6 +12,7 @@ export * from './route';
12
12
  export * from './utils/getMenuData';
13
13
  export { createContext, useContext } from './hooks/context';
14
14
  export type { ContextType, CreateContext } from './hooks/context';
15
+ export { hanlePathKey } from './components/MultiTab';
15
16
  export { baseMenuProps } from './components/SiderMenu/props';
16
17
  export type { BaseMenuProps } from './components/SiderMenu/BaseMenu';
17
18
  export type { SiderMenuWrapperProps } from './components/SiderMenu';