4 lines
148 B
TypeScript
4 lines
148 B
TypeScript
import type { H3Event } from "h3";
|
|
import type { AppConfig } from "@nuxt/schema";
|
|
export declare function useAppConfig(event?: H3Event): AppConfig;
|