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) 383 B
import { AdaptableModuleBase } from './AdaptableModuleBase'; import { AdaptableModuleView, IModule } from './Interface/IModule'; import { AdaptableApi } from '../Api/AdaptableApi'; export declare class QuickSearchModule extends AdaptableModuleBase implements IModule { constructor(api: AdaptableApi); getViewProperties(): AdaptableModuleView; onAdaptableReady(): void; }