UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

8 lines (7 loc) 264 B
import * as React from 'react'; import type { ThemeOptions, ThemeType } from './ThemeProvider.js'; export declare const ThemeContext: React.Context<{ theme?: ThemeType; themeOptions?: ThemeOptions; portalContainer?: HTMLElement | null; } | undefined>;