UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

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>;