UNPKG

@motion-core/motion-gpu

Version:

Framework-agnostic WebGPU runtime for fullscreen WGSL shaders with explicit Svelte, React, and Vue adapter entrypoints.

7 lines 295 B
export interface ErrorOverlayRegistration { dialog: HTMLElement; portalRoot: HTMLElement; onDismiss: () => void; } export declare function registerErrorOverlay({ dialog, portalRoot, onDismiss }: ErrorOverlayRegistration): () => void; //# sourceMappingURL=error-overlay-stack.d.ts.map