@jctrans-materials/comps-vue3 1.0.8 → 1.0.9

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.
package/dist/index.d.ts CHANGED
@@ -1,13 +1,10 @@
1
1
  import { App } from 'vue';
2
- import { default as ApplyDataDialog } from './components/ApplyDataDialog';
3
- import { default as JcSearch } from './components/search/index';
4
- import { default as GlobalModal } from './components/GlobalModal';
5
- import { default as JCMSearch } from './components/H5/mSearch/index';
6
2
  import { initSharedConfig, SharedConfig } from '@jctrans-materials/shared';
7
3
 
8
- export { ApplyDataDialog, JcSearch, GlobalModal, JCMSearch, initSharedConfig };
4
+ export { initSharedConfig };
9
5
  export * from './plugin';
10
6
  export type { SharedConfig };
7
+ export declare const ApplyDataDialog: any, JcSearch: any, GlobalModal: any, JCMSearch: any, ChineseCompanySearch: any;
11
8
  interface JcUIPluginOptions {
12
9
  sharedConfig?: Partial<SharedConfig>;
13
10
  }