vue3-openlayers
Version:
OpenLayers Wrapper for Vue3
7 lines (6 loc) • 492 B
TypeScript
import { default as DragRotate, Options } from 'ol/interaction/DragRotate';
import { DefineComponent, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
declare const _default: DefineComponent<Options, {
dragrotate: ComputedRef<DragRotate>;
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Options> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
export default _default;