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!

3 lines (2 loc) 117 B
/// <reference types="react" /> export declare function useIsMountedRef(): import("react").MutableRefObject<null>;