/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/google-maps/map-anchor-point.ts
11 строк
321 B
Joey Perrott
fix(google-maps): implicitly include google.maps types instead of the triple slash workaround (#30942)
25 апр 2025, 01:35
Не верифицирован
25 апр 2025, 01:35
cc61697
Код
Авторство
О чём код?
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ export interface MapAnchorPoint { getAnchor(): google.maps.MVCObject | google.maps.marker.AdvancedMarkerElement; }