You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
374 B
14 lines
374 B
|
3 years ago
|
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
|