useThemeuseTheme is a React hook for retrieving the current global theme.const theme = useTheme(); console.log(theme.colors.primary);CopySyntax:function useTheme(): ThemeCopy