UNPKG

@motion-core/motion-gpu

Version:

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

9 lines 297 B
import type { Snippet } from 'svelte'; interface Props { target?: string | HTMLElement | null; children?: Snippet; } declare const Portal: import("svelte").Component<Props, {}, "">; type Portal = ReturnType<typeof Portal>; export default Portal; //# sourceMappingURL=Portal.svelte.d.ts.map