UNPKG

@fluentui/react-theme-provider

Version:

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

4 lines (3 loc) 134 B
import * as React from 'react'; import { Theme } from './types'; export declare const ThemeContext: React.Context<Theme | undefined>;