UNPKG

@alauda/doom

Version:

Doctor Doom making docs.

5 lines (4 loc) 296 B
import { jsx as _jsx } from "react/jsx-runtime"; import { CodeBlock as OriginalCodeBlock, } from '@rspress/core/theme-original'; import { AutoExpandable } from './AutoExpandable.js'; export const CodeBlock = (props) => (_jsx(AutoExpandable, { children: _jsx(OriginalCodeBlock, { ...props }) }));