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