UNPKG

@adaptabletools/adaptable

Version:

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

9 lines (8 loc) 353 B
import { Adaptable, //init as initFn, 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;