UNPKG

vue-yandex-maps

Version:
7 lines (6 loc) 403 B
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>;