@sv-print/hiprint 0.2.20 → 0.2.22

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
@@ -6,7 +6,7 @@ export declare class defaultElementTypeProvider {
6
6
 
7
7
  export declare function disAutoConnect();
8
8
 
9
- declare class hiprint {
9
+ export declare class hiprint {
10
10
  static init: (...args: any) => void;
11
11
  static register: (...args: any) => string;
12
12
  static setConfig: (...args: any) => void;
@@ -23,8 +23,6 @@ declare class hiprint {
23
23
  static print2: (...args: any) => any;
24
24
  static getHtml: (...args: any) => any;
25
25
  }
26
- export { hiprint as Hiprint }
27
- export { hiprint }
28
26
 
29
27
  export declare interface PrintTemplate {
30
28
  constructor(options?: any);