4 lines
211 B
TypeScript
4 lines
211 B
TypeScript
import type { Plugin } from 'vuepress';
|
|
import type { LinksCheckPluginOptions } from './options.js';
|
|
export declare const linksCheckPlugin: ({ dev, build, exclude: ignore, }: LinksCheckPluginOptions) => Plugin;
|