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)

6 lines (5 loc) 181 B
import type { Plugin, Directive } from 'vue'; import { Values } from './types'; export declare const vPrlx: Directive; export declare const VuePrlx: Plugin; export type { Values };