UNPKG

@adaptabletools/adaptable

Version:

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

7 lines (6 loc) 334 B
import { Adaptable, AdaptableNoCodeWizard as ABWizard, } from './Adaptable'; import { AdaptableLogger as ABLogger } from './AdaptableLogger'; export { default as AdaptableWizardView } from '../View/AdaptableWizardView'; export default Adaptable; export const AdaptableNoCodeWizard = ABWizard; export const AdaptableLogger = ABLogger;