Files
2026-02-13 22:02:30 +01:00

4 lines
148 B
TypeScript

import type { H3Event } from "h3";
import type { AppConfig } from "@nuxt/schema";
export declare function useAppConfig(event?: H3Event): AppConfig;