/** * Wrapper SSR 服务端渲染 * web 同构 最外层适配 */ declare function Wrapper(WrappedComponent: any): (props: any) => JSX.Element; export default Wrapper;