UNPKG

vue3-watermark-plugin

Version:

A powerful Vue 3 watermark plugin with component and directive support

6 lines 156 B
declare module 'vue3-watermark-plugin' { import type { Plugin } from 'vue'; const plugin: Plugin; export default plugin; export * from '../index'; }