UNPKG

@adaptabletools/adaptable

Version:

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

4 lines (3 loc) 232 B
import { AlertDefinition } from '../../../AdaptableState/AlertState'; import { AlertType } from '../Utilities/getAlertType'; export declare const isValidAlertMessage: (alert: AlertDefinition, alertType: AlertType) => true | string;