UNPKG

antd-style

Version:

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

4 lines (3 loc) 166 B
/// <reference types="react" /> import { Emotion } from "../core"; export declare const createEmotionContext: (emotion: Emotion) => import("react").Context<Emotion>;