UNPKG

vue-move-directives

Version:

A set of Vue 3 directives to animate elements moving to other elements.

9 lines 367 B
import { Emitter } from "mitt"; import { ObjectPlugin } from "vue"; export interface MoveDirectivesPluginOptions { customEmitter?: Emitter<Record<string, unknown>>; moverNameOverride?: string; moverTargetNameOverride?: string; } export declare const MoveDirectivesPlugin: ObjectPlugin<MoveDirectivesPluginOptions | []>; //# sourceMappingURL=index.d.ts.map