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.

5 lines 157 B
import Body from './Body'; import type { Slug, BodyPart } from './Body'; export { Body }; export type { Slug, BodyPart }; //# sourceMappingURL=index.d.ts.map