Extend 'PathOptions' in 'leaflet-label'.

This commit is contained in:
Daniel Rosenwasser
2015-08-12 17:10:07 -07:00
parent d9a282f528
commit 6c9553af73
+7 -3
View File
@@ -6,9 +6,13 @@
/// <reference path="../leaflet/leaflet.d.ts" />
declare module L {
export interface IconOptions {
labelAnchor?: Point;
}
export interface IconOptions {
labelAnchor?: Point;
}
export interface PathOptions {
labelAnchor?: Point;
}
export interface CircleMarkerOptions {
labelAnchor?: Point;