UNPKG

antd-style

Version:

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

7 lines (6 loc) 403 B
import { BaseReturnType, ReturnStyleToUse } from "../types"; import { StyleOrGetStyleFn } from './createStyles/types'; /** * 业务应用中创建复合通用样式的进阶 */ export declare const createStylishFactory: (createStyles: any) => <Props, Styles extends BaseReturnType>(cssStyleOrGetCssStyleFn: StyleOrGetStyleFn<Styles, Props>) => (props?: Props | undefined) => ReturnStyleToUse<Styles>;