UNPKG

matrix-react-sdk

Version:
8 lines (7 loc) 184 B
/** * Hook to fetch the current theme and whether system theme matching is enabled. */ export declare function useTheme(): { theme: string; systemThemeActivated: boolean; };