5 lines
214 B
TypeScript
Raw Permalink Normal View History

2025-09-05 14:59:21 +08:00
import type { H3Event } from 'h3';
import type { ModuleRuntimeConfig } from '../types.js';
export * from '../utils-pure.js';
export declare function useSimpleSitemapRuntimeConfig(e?: H3Event): ModuleRuntimeConfig;