## API Report File for "@fluentui/react-stylesheets"

> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).

```ts

import * as React from 'react';

// Warning: (ae-forgotten-export) The symbol "StylesheetContextType" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
export const StylesheetContext: React.Context<StylesheetContextType>;

// @public
export const StylesheetProvider: (props: React.PropsWithChildren<StylesheetProviderProps>) => JSX.Element;

// @public
export interface StylesheetProviderProps {
    renderStyles?: (stylesheets: string[], context: StylesheetProviderProps) => void;
    target?: Document;
}

// @public
export const useStylesheet: (sheets: string | string[] | undefined) => void;


// (No @packageDocumentation comment for this package)

```
