vue-yandex-maps
Version:
Yandex Maps 3.0 components library for VueJS.
7 lines (6 loc) • 403 B
TypeScript
import { YandexMapMarkerCustomProps } from '../types/marker.ts';
export declare function getMarkerContainerProps({ position, containerAttrs, wrapperAttrs, zeroSizes, }: YandexMapMarkerCustomProps): {
root: Record<string, any>;
children: Record<string, any>;
};
export declare function excludeYandexMarkerProps<T extends Record<string, any>>(props: T): Omit<T, keyof YandexMapMarkerCustomProps>;