UNPKG

@adaptabletools/adaptable

Version:

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

4 lines (3 loc) 351 B
import { AdaptableApi, FlashingCellDefinition } from '../../../types'; import { OnePageAdaptableWizardContextType } from '../../Wizard/OnePageAdaptableWizard'; export declare const isValidFlashingCellRules: (flashingCell: FlashingCellDefinition, api: AdaptableApi, context: OnePageAdaptableWizardContextType<FlashingCellDefinition>) => true | string;