@dxs-ts/eveli-ide 0.0.26 → 0.0.28
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 +11 -0
- package/build/index.js +64020 -60281
- package/build/style.css +1 -1
- package/package.json +41 -24
package/build/index.d.ts
CHANGED
|
@@ -109,6 +109,17 @@ export declare namespace BurgerApi {
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
+
export declare const Frontdesk: default_2.FC<FrontdeskProps>;
|
|
113
|
+
|
|
114
|
+
export declare const frontdeskIntl: {
|
|
115
|
+
[key: string]: any;
|
|
116
|
+
};
|
|
117
|
+
|
|
118
|
+
declare interface FrontdeskProps {
|
|
119
|
+
defaultLocale?: string | undefined;
|
|
120
|
+
configUrl?: string | undefined;
|
|
121
|
+
}
|
|
122
|
+
|
|
112
123
|
export declare namespace HdesApi {
|
|
113
124
|
export type TagId = string;
|
|
114
125
|
export type EntityId = string;
|