UNPKG

@web-map-service/map2d-app

Version:

基于openlayer的2D地图应用

4 lines (3 loc) 237 B
import { App, PluginOptions, Plugin } from '../types'; export declare function dependPluginRegister(app: App, plugin: Plugin, options: PluginOptions): boolean; export declare function register(app: App, options?: PluginOptions[]): void;