jccp_a/vuepress/node_modules/@vuepress/plugin-sitemap/lib/node/getSitemap.d.ts
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08:00

4 lines
245 B
TypeScript

import type { App } from 'vuepress/core';
import type { SitemapPluginOptions } from '../typings/index.js';
export declare const getSiteMap: (app: App, options: SitemapPluginOptions, hostname: string) => Promise<[path: string, content: string]>;