UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

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