UNPKG

@fluentui/react-theme-provider

Version:

Fluent UI React theme provider component, hook, and theme related utilities.

7 lines (6 loc) 261 B
import * as React from 'react'; import { ThemeProviderProps } from './ThemeProvider.types'; /** * ThemeProvider, used for providing css variables and registering stylesheets. */ export declare const ThemeProvider: React.FunctionComponent<ThemeProviderProps>;