UNPKG

@adaptabletools/adaptable

Version:

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

12 lines (11 loc) 374 B
import * as React from 'react'; export interface PanelWithButtonProps { buttonClick?: () => void; className?: string; button?: React.ReactElement<any>; headerText: string; glyphicon?: string; infoLink?: string; infoLinkDisabled?: boolean; } export declare const PopupPanel: React.FunctionComponent<React.PropsWithChildren<PanelWithButtonProps>>;