@yandex/ymaps3-default-ui-theme
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -0,1 +1,3 @@ | ||
import type { LngLat } from '@yandex/ymaps3-types'; | ||
export declare function createYMapElement(className?: string): HTMLElement; | ||
export declare function areFuzzyEqual(a: LngLat, b: LngLat, tolerance?: number): boolean; |
@@ -11,2 +11,3 @@ import { LngLat, SearchResponse, SuggestResponse } from '@yandex/ymaps3-types'; | ||
inputPlaceholder: string; | ||
value?: string; | ||
waypoint?: LngLat | null; | ||
@@ -42,2 +43,3 @@ geolocationTextInput?: string; | ||
triggerFocus(): void; | ||
getValue(): string; | ||
constructor(props: YMapWaypointInputProps); | ||
@@ -44,0 +46,0 @@ protected _onAttach(): void; |
{ | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"name": "@yandex/ymaps3-default-ui-theme", | ||
@@ -4,0 +4,0 @@ "description": "Yandex Maps JS API 3.0 example @yandex/ymaps3-default-ui-theme", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1789785
2647