We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467c9ec commit afd5491Copy full SHA for afd5491
packages/google-maps/index.android.ts
@@ -2183,3 +2183,5 @@ export class Dot extends PatternItem {
2183
return this.native;
2184
}
2185
2186
+
2187
+export { MapType, JointType };
packages/google-maps/index.ios.ts
@@ -1882,3 +1882,4 @@ export class VisibleRegion implements IVisibleRegion {
1882
1883
export class PatternItem implements IPatternItem {}
1884
export class Cap implements ICap {}
1885
0 commit comments