UNPKG

@cfxjs/react-ui

Version:

Modern and minimalist React UI library.

7 lines (6 loc) 144 B
export declare type SSRState = { isBrowser: boolean; isServer: boolean; }; declare const useSSR: () => SSRState; export default useSSR;