reblend-ui
Version:
Utilities for creating robust overlay components
9 lines (8 loc) • 371 B
TypeScript
export declare const WindowProvider: any;
/**
* The document "window" placed in React context. Helpful for determining
* SSR context, or when rendering into an iframe.
*
* @returns the current window
*/
export default function useWindow(): [(Window & typeof globalThis) | undefined, import("reblend-typing").StateFunction<(Window & typeof globalThis) | undefined>];