UNPKG

antd-style

Version:

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

6 lines (5 loc) 290 B
import { Context } from 'react'; import { StyledConfig, StyledThemeProvider, Theme } from "../types"; export declare let DEFAULT_THEME_PROVIDER: StyledThemeProvider; export declare let DEFAULT_THEME_CONTEXT: Context<Theme>; export declare const setupStyled: (config: StyledConfig) => void;