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.

9 lines (8 loc) 215 B
import * as React from "react"; type SvgWrapperProps = { children: React.ReactNode; scale: number; side: "front" | "back"; }; export declare const SvgFemaleWrapper: React.FC<SvgWrapperProps>; export {};