Skip to content

Commit

Permalink
feat(typings): add namespace regions with load function (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddubrava committed Oct 28, 2021
1 parent 1f19390 commit ec086b9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions projects/angular8-yandex-maps/src/lib/typings/yandex-maps/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4498,6 +4498,17 @@ declare namespace ymaps {
errorCallback?(): void;
}

namespace regions {
function load(
region: string,
options?: {
disputedBorders?: string;
lang?: string;
quality?: number;
},
): vow.Promise;
}

namespace templateLayoutFactory {
function createClass<O extends {} = {}, S extends {} = {}>(
template: string,
Expand Down

0 comments on commit ec086b9

Please sign in to comment.