UNPKG

@vuepress/plugin-watermark

Version:
4 lines (3 loc) 213 B
import type { Plugin } from 'vuepress/core'; import type { WatermarkPluginOptions } from './options.js'; export declare const watermarkPlugin: ({ enabled: enable, ...options }?: WatermarkPluginOptions) => Plugin;