UNPKG

@p5-wrapper/react

Version:

A wrapper component that allows you to utilise P5 sketches within React apps.

4 lines (3 loc) 292 B
import { type P5WrapperProps } from "../contracts/P5WrapperProps"; import { type SketchProps } from "../contracts/SketchProps"; export declare function ReactP5WrapperGuard<Props extends SketchProps = SketchProps>(props: P5WrapperProps<Props>): import("react/jsx-runtime").JSX.Element | null;