ssr.d.ts 253 Bytes
/**
 * whether in browser env
 */
export declare const isBrowser: () => boolean;
/**
 * get window.g_initialProps
 */
export declare const getWindowInitialProps: () => any;
/**
 * whether SSR success in client
 */
export declare const isSSR: () => any;