UNPKG

antd-style

Version:

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

8 lines (7 loc) 337 B
import { StyledConfig, StyledThemeProvider } from "../types"; /** * 创建一个 styled api 的 ThemeProvider * 如果用户有设定 ThemeProvider,就使用用户的,否则使用 ThemeContext.Provider * @param styledConfig */ export declare const createStyledThemeProvider: (styledConfig: StyledConfig) => StyledThemeProvider;