## API Report File for "@fluentui/react-window-provider" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts import * as React_2 from 'react'; // @public export const useDocument: () => Document | undefined; // @public export const useWindow: () => Window | undefined; // @public export const WindowContext: React_2.Context; // @public export const WindowProvider: React_2.FunctionComponent; // @public export type WindowProviderProps = { window: Window | undefined; children?: React_2.ReactNode; }; // (No @packageDocumentation comment for this package) ```