4 lines
175 B
TypeScript
4 lines
175 B
TypeScript
import type { App } from 'vuepress/core';
|
|
import type { SeoPluginOptions } from './options.js';
|
|
export declare const appendSEO: (app: App, options: SeoPluginOptions) => void;
|