UNPKG

@greensight/gds

Version:
7 lines (6 loc) 293 B
import { IAutokitsTheme } from '../../types/autokits/Theme'; export declare const ThemeContext: import("react").Context<IAutokitsTheme | null>; /** * Custom hook to get your theme object in React components from ThemeProvider. */ export declare const useAutokitsTheme: () => IAutokitsTheme;