@conterra/ct-mapapps-typings 4.19.0-next.20241204215401 → 4.19.0-next.20241209051141
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/package.json
CHANGED
package/style-guide/package.json
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import templateStringContent from 'text!./template.html';
|
|
2
|
-
|
|
3
|
-
declare namespace _default {
|
|
4
|
-
export { templateStringContent as templateString };
|
|
5
|
-
export namespace extend {
|
|
6
|
-
let layoutbase: string;
|
|
7
|
-
let webfontgallerylocation: string;
|
|
8
|
-
function init(): void;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { _default as default };
|