UNPKG

@p5-wrapper/react

Version:

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

5 lines (4 loc) 253 B
import { type InputProps } from "./InputProps"; import { type SketchProps } from "./SketchProps"; import { type WithChildren } from "./WithChildren"; export type P5WrapperProps<Props extends SketchProps = SketchProps> = WithChildren<InputProps<Props>>;