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) 413 B
import { AdaptableSharedEntityConfig } from '../../../AdaptableState/TeamSharingState'; import * as React from 'react'; export interface AdaptablePopupTeamSharingProps { showPopup: boolean; header: string; onClose: () => void; onConfirm: (config: AdaptableSharedEntityConfig) => void; } export declare const AdaptablePopupTeamSharing: (props: AdaptablePopupTeamSharingProps) => React.JSX.Element;