UNPKG

@adaptabletools/adaptable

Version:

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

5 lines (4 loc) 187 B
import { jsx as _jsx } from "react/jsx-runtime"; import { Wizard } from './Wizard'; const AdaptableWizardView = (props) => _jsx(Wizard, { ...props }); export default AdaptableWizardView;