dochub-sdk 0.1.159 → 0.1.160
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,7 @@
|
|
1
1
|
/* eslint-disable no-unused-vars */
|
2
2
|
import { Vue, Prop, Watch, Component } from 'vue-property-decorator';
|
3
|
-
import { DocHub
|
3
|
+
import { DocHub } from '../..';
|
4
|
+
import type { IDocHubEditableComponent, IDocHubPresentationProfile, IDocHubPresentationsParams } from '../..';
|
4
5
|
|
5
6
|
import ajv from 'ajv';
|
6
7
|
import ajv_localize from 'ajv-i18n/localize/ru';
|