UNPKG

antd-style

Version:

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

8 lines (7 loc) 259 B
import { StyleEngine, Theme } from "../types"; import { Context } from 'react'; interface CreateUseThemeOptions { StyleEngineContext: Context<StyleEngine>; } export declare const createUseTheme: (options: CreateUseThemeOptions) => () => Theme; export {};