UNPKG

osm-mini-editor

Version:

osm轻量化编辑器,相比较OSM源代码包

8 lines (6 loc) 214 B
import { Params } from '../Utils/interface'; export declare function behaviorTool(context: Params, iD: Params): { (selection: Params): void; off(selection: any): void; tail(_: any): /*elided*/ any; };