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