mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Extend 'PathOptions' in 'leaflet-label'.
This commit is contained in:
Vendored
+7
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user