UNPKG

@discostudioteam/react-code-blocks

Version:

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

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