fn_b/node_modules/laravel-vite-plugin/inertia-helpers/index.d.ts
2026-02-12 13:55:43 +08:00

2 lines
142 B
TypeScript
Executable File

export declare function resolvePageComponent<T>(path: string | string[], pages: Record<string, Promise<T> | (() => Promise<T>)>): Promise<T>;