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) 296 B
/** * Used to facilitate the stacking between multiple opened windows. * When calling 'bringToFront' brings caller to top. * This is done by changing the zIndex of all registered window-modals. */ export declare const useStacking: () => { zIndex: number; bringInFront: () => void; };