UNPKG

@discostudioteam/react-code-blocks

Version:

Modified rajinwonderland's modification of Atlaskit's Code Block!

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