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) 96 B
declare const usePortal: (selectId?: string) => HTMLElement | null; export default usePortal;