UNPKG

mapbox-gl

Version:
6 lines (5 loc) 194 B
// @flow strict declare module "gl" { declare function gl(width: number, height: number, attributes: WebGLContextAttributes): WebGLRenderingContext; declare module.exports: typeof gl; }