2026-01-26 01:40:48 +03:00

2 lines
142 B
TypeScript

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