4 lines
204 B
TypeScript
4 lines
204 B
TypeScript
import type { App } from 'vuepress/core';
|
|
import type { ExtendPage } from '../typings/index.js';
|
|
export declare const generateDescription: (app: App, page: ExtendPage, autoDescription?: boolean) => void;
|