UNPKG

ultimap

Version:
10 lines (7 loc) 241 B
import { IIcon } from '../../../icon'; export interface ICreateMarkerPresetProperties { icon: IIcon; } export interface IMarkerPresetStrategy { create(preset: string, props: ICreateMarkerPresetProperties): IMarkerPresetStrategy; }