UNPKG

@discostudioteam/react-code-blocks

Version:

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

4 lines (3 loc) 184 B
import { PropsWithChildren } from 'react'; import { CodeBlockProps } from './components/CodeBlock'; export default function (props: PropsWithChildren<CodeBlockProps>): JSX.Element;