UNPKG
ymaps3-angular
Version:
latest (0.2.0)
0.2.0
0.1.0
Angular (standalone) wrapper for Yandex Maps v3 (ymaps3)
ymaps3-angular
/
lib
/
tokens.d.ts
10 lines
(9 loc)
•
274 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
InjectionToken
}
from
'@angular/core'
;
export
interface
YMaps3LoaderOptions
{
apiKey
?:
string
;
lang
?:
string
;
query
?:
string
;
skipCdn
?:
boolean
;
cdnUrl
?:
string
; }
export
declare
const
YMAPS3
_LOADER_OPTIONS
:
InjectionToken
<
YMaps3LoaderOptions
>;