unione-form-vue 0.0.13 → 0.0.15

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
@@ -3,7 +3,6 @@ import { default as loadConfig } from './config';
3
3
  import { default as UnioneEditor } from './editor';
4
4
  import { DataStorage } from './lib/data';
5
5
  import { default as Convertor } from './lib/convertor';
6
- export { default as Convertor } from './lib/convertor';
7
6
  export { default as UnionePage } from './page/page.vue';
8
7
  export { default as UnionePageSetting } from './widgets/props/page/pageSetting.vue';
9
8
  export { default as UnionePageEditor } from './page/editor.vue';
@@ -19,6 +18,8 @@ export { default as locales } from './locales';
19
18
  export { default as loadConfig } from './config';
20
19
  export { default as utils } from './lib/utils';
21
20
  export { DataStorage } from './lib/data';
21
+ export { default as Convertor } from './lib/convertor';
22
+ export { default as useDebounce } from './lib/debounce';
22
23
  declare const _default: {
23
24
  UnioneEditor: typeof UnioneEditor;
24
25
  locales: {