UNPKG

@adaptabletools/adaptable

Version:

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

10 lines (9 loc) 373 B
import * as React from 'react'; import { AdaptableAlert } from '../../../AdaptableState/Common/AdaptableAlert'; export interface AdaptablePopupAlertProps { onClose: () => void; adaptableAlert: AdaptableAlert; headless?: boolean; focusFirstButton?: boolean; } export declare const AdaptablePopupAlert: (props: AdaptablePopupAlertProps) => React.JSX.Element;