UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

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