@gx-design-vue/pro-layout 0.1.0-beta.63 → 0.1.0-beta.65

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.
@@ -10,7 +10,7 @@ declare const PageLoading: import("vue").DefineComponent<import("vue").ExtractPr
10
10
  tip: import("vue-types").VueTypeValidableDef<any>;
11
11
  delay: NumberConstructor;
12
12
  indicator: import("vue-types").VueTypeValidableDef<any>;
13
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13
+ }>, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
14
  prefixCls: StringConstructor;
15
15
  spinning: {
16
16
  type: BooleanConstructor;
@@ -1,4 +1,4 @@
1
- import type { ExtractPropTypes } from 'vue';
1
+ import { ExtractPropTypes } from 'vue';
2
2
  import tabsRouteProps from './props';
3
3
  import type { AppRouteModule } from '../../RouteTypings';
4
4
  export type TabsRouteProps = Partial<ExtractPropTypes<typeof tabsRouteProps>>;