@adaptabletools/adaptable-cjs
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
11 lines (10 loc) • 605 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const React = tslib_1.__importStar(require("react"));
const Panel_1 = tslib_1.__importDefault(require("../Panel"));
const twMerge_1 = require("../../twMerge");
const WizardPanel = (props) => {
return (React.createElement(Panel_1.default, { bodyScroll: true, bodyProps: props.bodyProps, "data-name": props['data-name'], className: (0, twMerge_1.twMerge)('ab-WizardPanel', 'twa:border-none twa:rounded-none twa:h-full', props.className) }, props.children));
};
exports.default = WizardPanel;