UNPKG

219 BTypeScriptView Raw
1export declare type InitialProps = {
2 exp: {
3 notification?: any;
4 errorRecovery?: any;
5 [key: string]: any;
6 };
7 shell?: boolean;
8 shellManifestUrl?: string;
9 [key: string]: any;
10};