mic-org 1.0.3 → 1.0.4
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/README.md +1 -0
- package/package.json +1 -1
- package/src/index.d.ts +3 -0
package/README.md
CHANGED
package/package.json
CHANGED
package/src/index.d.ts
CHANGED
|
@@ -5,6 +5,9 @@ export { default as MicLayout } from './mic-layout/index.vue';
|
|
|
5
5
|
export { default as MicSearch } from './mic-search/index.vue';
|
|
6
6
|
export { default as MicSelect } from './mic-select/index.vue';
|
|
7
7
|
export { default as MicVac } from './mic-vac/index.vue';
|
|
8
|
+
export { Mic_Check } from './hooks/index.ts';
|
|
9
|
+
export { Mic_Load } from './hooks/index.ts';
|
|
10
|
+
export { Mic_Reset } from './hooks/index.ts';
|
|
8
11
|
|
|
9
12
|
declare module 'mj-integrate-component/css/index.scss' {
|
|
10
13
|
const content: string;
|