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) 114 B
declare const useWarning: (message: string, component?: string | undefined) => void; export default useWarning;