add avoidOuterPins to index.d.ts file

This commit is contained in:
8to
2020-11-04 16:54:38 -06:00
parent 2cd9a0727e
commit 0cdc98120a
Vendored
+1
View File
@@ -5,6 +5,7 @@ namespace DottedMapLib {
countries?: string[];
region?: { lat: { min: number; max: number }; lng: { min: number; max: number } };
grid?: 'vertical' | 'diagonal';
avoidOuterPins?: false | true;
}
interface SvgOptions {