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 { CopyBlockProps } from './components/CopyBlock'; export default function (props: PropsWithChildren<CopyBlockProps>): JSX.Element;