package.TileState.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ol Show documentation
Show all versions of ol Show documentation
OpenLayers mapping library
The newest version!
declare namespace _default {
let IDLE: number;
let LOADING: number;
let LOADED: number;
let ERROR: number;
let EMPTY: number;
}
export default _default;
//# sourceMappingURL=TileState.d.ts.map