declare enum ContextEventType { LOST = 'webglcontextlost', RESTORED = 'webglcontextrestored', } export default ContextEventType;