UNPKG

@adaptabletools/adaptable-cjs

Version:

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

13 lines (12 loc) 429 B
import { Adaptable, AdaptableNoCodeWizard as ABWizard } from './Adaptable'; import { AdaptableLogger as ABLogger } from './AdaptableLogger'; export { default as AdaptableWizardView } from '../View/AdaptableWizardView'; export default Adaptable; /** * AdapTable's No Code Wizard */ export declare const AdaptableNoCodeWizard: typeof ABWizard; /** * AdapTable's Logger */ export declare const AdaptableLogger: typeof ABLogger;