UNPKG

react-body-map

Version:

A versatile and interactive body highlighter component for React and Next.js applications. Allows for easy selection, highlighting, and annotation of body parts.

10 lines 289 B
import * as React from "react"; type SvgWrapperProps = { children: React.ReactNode; scale: number; side: "front" | "back"; gender?: "male" | "female"; }; export declare const SvgMaleWrapper: React.FC<SvgWrapperProps>; export {}; //# sourceMappingURL=SvgMaleWrapper.d.ts.map