UNPKG

@fluentui/react-theme-provider

Version:

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

6 lines (5 loc) 141 B
import { Theme } from './types'; /** * React hook for programmatically accessing the theme. */ export declare const useTheme: () => Theme;