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

5 lines
294 B
TypeScript

import type { App } from 'vuepress/core';
import type { ExtendPage } from '../../typings/index.js';
import type { SeoPluginOptions } from '../options.js';
export declare const getCover: ({ frontmatter }: ExtendPage, { options: { base } }: App, { hostname }: SeoPluginOptions) => string | null;