UNPKG

@yandex/ymaps3-types

Version:

Types for ymaps3 maps library

11 lines (10 loc) 474 B
import { optionsKeyVuefy, overrideKeyVuefy } from "../../imperative/wrappers"; import type { CustomVuefyFn, CustomVuefyOptions, Vuefy } from "./types"; import type TVue from "@vue/runtime-core"; export type GenericVuefy = { readonly overrideKey: typeof overrideKeyVuefy; readonly optionsKey: typeof optionsKeyVuefy; bindTo(Vue: typeof TVue): Vuefy; }; export declare const vuefy: Readonly<GenericVuefy>; export type { CustomVuefyFn, CustomVuefyOptions, Vuefy };