UNPKG

dicom-microscopy-viewer-changed

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