UNPKG

@motion-core/motion-gpu

Version:

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

7 lines 280 B
import { type ReactNode } from 'react'; export interface PortalProps { target?: string | HTMLElement | null; children?: ReactNode; } export declare function Portal({ target, children }: PortalProps): import("react").ReactPortal | null; //# sourceMappingURL=Portal.d.ts.map