UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

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