30 lines
671 B
Markdown
30 lines
671 B
Markdown
|
## 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<WindowProviderProps>;
|
||
|
|
||
|
// @public
|
||
|
export const WindowProvider: React_2.FunctionComponent<WindowProviderProps>;
|
||
|
|
||
|
// @public
|
||
|
export type WindowProviderProps = {
|
||
|
window: Window | undefined;
|
||
|
children?: React_2.ReactNode;
|
||
|
};
|
||
|
|
||
|
// (No @packageDocumentation comment for this package)
|
||
|
|
||
|
```
|