3 lines
127 B
TypeScript
3 lines
127 B
TypeScript
import type { CanRenderIssue } from './can-render-types';
|
|
export declare const checkWebGLSupport: () => CanRenderIssue | null;
|