UNPKG

next-translations

Version:
7 lines (6 loc) 210 B
export type T_PageTranslations = { [key: string]: any; }; export declare function getTranslationsPropsServer(ctx: any, ns?: string[]): Promise<{ translations?: T_PageTranslations | undefined; }>;