UNPKG

@adaptabletools/adaptable

Version:

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

5 lines (4 loc) 300 B
import { jsx as _jsx } from "react/jsx-runtime"; import { Box } from '../../../../components/Flex'; import { twMerge } from '../../../../twMerge'; export const NocodeWizardFormBox = (props) => (_jsx(Box, { ...props, className: twMerge('ab-NocodeWizardFormBox twa:p-2 twa:mb-2', props.className) }));