UNPKG

vue3-openlayers

Version:
12 lines (10 loc) 401 B
import { easeOut } from 'ol/easing'; import { Options } from 'ol-ext/featureanimation/FeatureAnimation'; import { KeysMatching } from '../../types'; export declare const animationCommonDefaultProps: { duration: number; revers: boolean; repeat: number; easing: typeof easeOut; }; export declare function useDefaults<T extends Options>(overrides?: T): Omit<T, KeysMatching<T, object>>;