ispt4.0_laravel/node_modules/laravel-vite-plugin/inertia-helpers/index.d.ts
2025-03-12 12:02:15 +00:00

2 lines
131 B
TypeScript
Executable File

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