UNPKG

@adaptabletools/adaptable

Version:

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

8 lines (7 loc) 298 B
import { AdaptableApi } from '../../../Api/AdaptableApi'; import { AdaptableAlert } from '../../../AdaptableState/Common/AdaptableAlert'; export interface ShowToastProps { api: AdaptableApi; adaptableAlert: AdaptableAlert; } export declare const showToast: (props: ShowToastProps) => void;