UNPKG

vue3-prlx

Version:

This is a package created to practice building Vue TypeScript packages with Vite. ### this is the vue 3 version of (https://github.com/gerasimvol/vue-prlx)

5 lines (4 loc) 209 B
import { EL } from "./types"; import type { DirectiveBinding } from 'vue'; export declare function onUnbind(el: EL): void; export declare function onBind(el: EL, { modifiers, value }: DirectiveBinding): void;