antd-vue-dbthor 1.0.87 → 1.0.89

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,3 +1,2 @@
1
1
  import { DefaultTheme, UserConfig } from 'vitepress';
2
-
3
2
  export declare const en: UserConfig<DefaultTheme.Config>;
@@ -1,3 +1,2 @@
1
1
  import { default as DefaultTheme } from 'vitepress/theme';
2
-
3
2
  export default DefaultTheme;
@@ -1,4 +1,3 @@
1
1
  import { DefaultTheme, UserConfig } from 'vitepress';
2
-
3
2
  export declare const zh: UserConfig<DefaultTheme.Config>;
4
3
  export declare const search: DefaultTheme.AlgoliaSearchOptions['locales'];
@@ -1,4 +1,3 @@
1
- import { default as Axios } from 'axios';
2
-
3
- declare const axios: Axios.AxiosInstance;
1
+ import { AxiosInstance } from 'axios';
2
+ declare const axios: AxiosInstance;
4
3
  export default axios;
package/dist/index.d.ts CHANGED
@@ -1,3 +1,6 @@
1
1
  export * from './src/main'
2
+ export {}
2
3
  import AntdVueDbthor from './src/main'
3
4
  export default AntdVueDbthor
5
+ export * from './src/main'
6
+ export {}