UNPKG

@motion-core/motion-gpu

Version:

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

7 lines 334 B
import type { MotionGPUErrorReport } from '../core/error-report.js'; interface MotionGPUErrorOverlayProps { report: MotionGPUErrorReport; } export declare function MotionGPUErrorOverlay({ report }: MotionGPUErrorOverlayProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=MotionGPUErrorOverlay.d.ts.map