UNPKG

@adaptabletools/adaptable

Version:

Powerful AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

7 lines (6 loc) 332 B
import { jsx as _jsx } from "react/jsx-runtime"; import { cn } from '../../lib/utils'; import { Box } from '../Flex'; export const CodeBlock = (props) => { return (_jsx(Box, { as: "code", ...props, className: cn('twa:p-1 twa:rounded-standard twa:bg-primary twa:text-primary-foreground', 'ab-CodeBlock', props.className) })); };