UNPKG

antd-style

Version:

css-in-js solution for application combine with antd v5 token system and emotion

4 lines (3 loc) 161 B
/// <reference types="react" /> import { ThemeContextState } from "../types"; export declare const ThemeModeContext: import("react").Context<ThemeContextState>;