4 lines
186 B
TypeScript
4 lines
186 B
TypeScript
import type { PluginFunction } from 'vuepress/core';
|
|
import type { SeoPluginOptions } from './options.js';
|
|
export declare const seoPlugin: (options: SeoPluginOptions) => PluginFunction;
|