All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
14 lines
374 B
TypeScript
14 lines
374 B
TypeScript
declare namespace _default {
|
|
const OPACITY: string;
|
|
const VISIBLE: string;
|
|
const EXTENT: string;
|
|
const Z_INDEX: string;
|
|
const MAX_RESOLUTION: string;
|
|
const MIN_RESOLUTION: string;
|
|
const MAX_ZOOM: string;
|
|
const MIN_ZOOM: string;
|
|
const SOURCE: string;
|
|
const MAP: string;
|
|
}
|
|
export default _default;
|
|
//# sourceMappingURL=Property.d.ts.map
|