import { type Sketch } from "./Sketch"; import { type SketchProps } from "./SketchProps"; export type InputProps = Props & { sketch?: Sketch; };