5 lines
214 B
TypeScript
5 lines
214 B
TypeScript
|
|
import type { H3Event } from 'h3';
|
||
|
|
import type { ModuleRuntimeConfig } from '../types.js';
|
||
|
|
export * from '../utils-pure.js';
|
||
|
|
export declare function useSimpleSitemapRuntimeConfig(e?: H3Event): ModuleRuntimeConfig;
|