@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
7 lines (6 loc) • 361 B
TypeScript
import { Adaptable, AdaptableNoCodeWizard as ABWizard } from './Adaptable';
import { AdaptableLogger as ABLogger } from './AdaptableLogger';
export { default as AdaptableWizardView } from '../View/AdaptableWizardView';
export default Adaptable;
export declare const AdaptableNoCodeWizard: typeof ABWizard;
export declare const AdaptableLogger: typeof ABLogger;