UNPKG

vue3-openlayers

Version:
43 lines (42 loc) 1.68 kB
import { default as SelectCluster, Options } from 'ol-ext/interaction/SelectCluster'; import { SelectEvent } from 'ol/interaction/Select'; import { DefineComponent, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { default as __DTS_DEFAULT_0__ } from 'ol/events/Event'; import { ObjectEvent } from 'ol/Object'; 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, { select: ComputedRef<SelectCluster>; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & { change: (event: __DTS_DEFAULT_0__) => any; error: (event: __DTS_DEFAULT_0__) => any; propertychange: (event: ObjectEvent) => any; select: (event: SelectEvent) => 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; onSelect?: ((event: SelectEvent) => any) | undefined; }>, { animate: boolean; animationDuration: number; selectCluster: boolean; pointRadius: number; spiral: boolean; autoClose: boolean; multi: boolean; }, {}, {}, {}, 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; }; };