UNPKG

vue3-openlayers

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