UNPKG

markerjs

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