4 lines
147 B
TypeScript
4 lines
147 B
TypeScript
import * as React from 'react';
|
|
import type { Theme } from '@fluentui/theme';
|
|
export declare const ThemeContext: React.Context<Theme | undefined>;
|