UNPKG

markerjs

Version:
8 lines (7 loc) 190 B
import { MarkerBase } from "../markers/MarkerBase"; export interface ToolbarItem { name: string; tooltipText: string; icon?: string; markerType?: typeof MarkerBase; }