@dxs-ts/eveli-ide 0.0.111 → 0.0.112
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/build/index.d.ts +4 -12
- package/build/index.js +24078 -24198
- package/package.json +2 -1
package/build/index.d.ts
CHANGED
|
@@ -103,15 +103,11 @@ export declare const FeedbackComposer: default_2.FC<FeedbackComposerProps>;
|
|
|
103
103
|
declare interface FeedbackComposerProps {
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
export declare const feedbackIntl:
|
|
107
|
-
[key: string]: any;
|
|
108
|
-
};
|
|
106
|
+
export declare const feedbackIntl: Record<string, any>;
|
|
109
107
|
|
|
110
108
|
export declare const Frontdesk: default_2.FC<FrontdeskProps>;
|
|
111
109
|
|
|
112
|
-
export declare const frontdeskIntl:
|
|
113
|
-
[key: string]: any;
|
|
114
|
-
};
|
|
110
|
+
export declare const frontdeskIntl: Record<string, any>;
|
|
115
111
|
|
|
116
112
|
declare interface FrontdeskProps {
|
|
117
113
|
defaultLocale?: string | undefined;
|
|
@@ -847,9 +843,7 @@ declare interface StencilComposerProps {
|
|
|
847
843
|
locked?: boolean;
|
|
848
844
|
}
|
|
849
845
|
|
|
850
|
-
export declare const stencilIntl:
|
|
851
|
-
[key: string]: any;
|
|
852
|
-
};
|
|
846
|
+
export declare const stencilIntl: Record<string, any>;
|
|
853
847
|
|
|
854
848
|
export declare namespace WrenchClient {
|
|
855
849
|
}
|
|
@@ -901,9 +895,7 @@ declare interface WrenchComposerProps {
|
|
|
901
895
|
locked?: boolean;
|
|
902
896
|
}
|
|
903
897
|
|
|
904
|
-
export declare const wrenchIntl:
|
|
905
|
-
[key: string]: any;
|
|
906
|
-
};
|
|
898
|
+
export declare const wrenchIntl: Record<string, any>;
|
|
907
899
|
|
|
908
900
|
export { }
|
|
909
901
|
|