@adaptabletools/adaptable-cjs
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
8 lines (7 loc) • 333 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const React = tslib_1.__importStar(require("react"));
const Wizard_1 = require("./Wizard");
const AdaptableWizardView = (props) => React.createElement(Wizard_1.Wizard, { ...props });
exports.default = AdaptableWizardView;