Files
MapMil/centers/analytics/frontend/src/leaflet-extensions.d.ts
T
gitrusprusandCursor 1d6d54ab9f Refactor map tools and drop SocialParser runtime dependency.
Add filtered map API, creamy-caprice-style toolbar (dates, layers, search), Yandex ru tiles, and store Telegram session in MapMil/data instead of mounting SocialParser.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-30 20:56:30 +03:00

8 lines
148 B
TypeScript

import "leaflet";
declare module "leaflet" {
namespace control {
function polylineMeasure(options?: Record<string, unknown>): Control;
}
}