mirror of https://github.com/alibaba/ice.git
fix: type
This commit is contained in:
parent
7dc8e9b46e
commit
5995a73ebf
|
|
@ -14,10 +14,9 @@ interface RunServerAppOptions {
|
|||
requestContext: ServerContext;
|
||||
appConfig: AppConfig;
|
||||
routes: RouteItem[];
|
||||
Document: React.ComponentType<{}>;
|
||||
documentOnly: boolean;
|
||||
runtimeModules: (RuntimePlugin | CommonJsRuntime)[];
|
||||
Document: React.ComponentType<any>;
|
||||
Document: React.ComponentType<{}>;
|
||||
assetsManifest: AssetsManifest;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue