UNPKG

vue3-openlayers

Version:
40 lines (39 loc) 1.6 kB
import { default as Link, Options, Params } from 'ol/interaction/Link'; import { ObjectEvent } from 'ol/Object'; import { DefineComponent, ShallowRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { default as __DTS_DEFAULT_0__ } from 'ol/events/Event'; import { AnimationOptions } from 'ol/View'; declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType<typeof __VLS_template>; declare const __VLS_component: DefineComponent<Options, { link: ShallowRef<Link, Link>; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & { change: (event: __DTS_DEFAULT_0__) => any; error: (event: __DTS_DEFAULT_0__) => any; propertychange: (event: ObjectEvent) => any; "change:active": (event: ObjectEvent) => any; }, string, PublicProps, Readonly<Options> & Readonly<{ onChange?: ((event: __DTS_DEFAULT_0__) => any) | undefined; onError?: ((event: __DTS_DEFAULT_0__) => any) | undefined; onPropertychange?: ((event: ObjectEvent) => any) | undefined; "onChange:active"?: ((event: ObjectEvent) => any) | undefined; }>, { replace: boolean; animate: boolean | AnimationOptions; params: Params[]; prefix: string; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; };