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) 252 B
import * as React from 'react'; export interface PopupContextProps { hidePopup: () => void; } declare const PopupContext: React.Context<PopupContextProps>; export declare const usePopupContext: () => PopupContextProps; export default PopupContext;