UNPKG

leaflet-polydraw

Version:

Advanced Leaflet plugin for freehand polygon drawing, with smart merging and powerful editing tools. Compatible with both Leaflet v1.x and v2.x.

3 lines 221 B
import type { PolydrawConfig } from '../types/polydraw-interfaces'; export declare function warnIfUsingDeprecatedConfiguration(config: Partial<PolydrawConfig>): void; //# sourceMappingURL=config-deprecation-guard.d.ts.map