UNPKG

pdf-annotator-react

Version:
6 lines (5 loc) 176 B
import { TagInterface } from "../../types"; export declare const Badge: ({ tag, idx }: { tag: TagInterface; idx: number; }) => import("react/jsx-runtime").JSX.Element;