Files
coopgo/node_modules/ol/layer/Property.d.ts
sgauthier 6e64e138e2
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
planning
2024-10-14 09:15:30 +02:00

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