UNPKG

helimap

Version:
12 lines (10 loc) 167 B
/** * @module ol/webgl/ContextEventType */ /** * @enum {string} */ export default { LOST: 'webglcontextlost', RESTORED: 'webglcontextrestored', };