UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

7 lines (6 loc) 268 B
import * as React from 'react'; import type { IFabricProps } from './Fabric.types'; /** * @deprecated This component is deprecated as of `@fluentui/react` version 8. Use `ThemeProvider` instead. */ export declare const Fabric: React.FunctionComponent<IFabricProps>;