UNPKG

markerjs

Version:
9 lines (8 loc) 274 B
import { ToolbarItem } from "../../toolbar/ToolbarItem"; import { RectMarker } from "./RectMarker"; export declare class RectMarkerToolbarItem implements ToolbarItem { name: string; tooltipText: string; icon: string; markerType: typeof RectMarker; }