UNPKG

198 BTypeScriptView Raw
1import { AmplifyClass } from '@aws-amplify/core';
2declare type Context = {
3 req?: any;
4 modules?: any[];
5};
6export declare function withSSRContext(context?: Context): AmplifyClass;
7export {};