yandes types issue
This commit is contained in:
@@ -9,8 +9,8 @@ interface YandexMapProps {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export default function YandexMap({
|
export default function YandexMap({
|
||||||
lat = 41.3111,
|
lat = 41.263731,
|
||||||
lng = 69.2406,
|
lng = 69.219434,
|
||||||
zoom = 12,
|
zoom = 12,
|
||||||
}: YandexMapProps) {
|
}: YandexMapProps) {
|
||||||
const mapRef = useRef<HTMLDivElement>(null);
|
const mapRef = useRef<HTMLDivElement>(null);
|
||||||
|
|||||||
Reference in New Issue
Block a user