UNPKG

@greensight/gds

Version:
6 lines (5 loc) 183 B
import { Theme } from '../../types/emotion/Theme'; /** * Custom hook to get your theme object in React components from ThemeProvider. */ export declare const useTheme: () => Theme;