test/node_modules/@vuepress/plugin-seo/lib/node/appendSEO.d.ts
2024-08-13 09:27:52 +08:00

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;