UNPKG

markerjs

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