UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

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