2026-04-16 20:02:41 +03:00

2 lines
142 B
TypeScript

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