UNPKG

react-code-blocks

Version:

Modified Atlaskit's Code Block to support more languages (i.e graphql, reasonml, etc) and theme (i.e railscast, dracula, monokai, etc) code snippets!

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