UNPKG

antd-style

Version:

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

9 lines (8 loc) 315 B
import type { BreakpointMapParams, ResponsiveMap } from "../../types"; export declare const useMediaQueryMap: () => ResponsiveMap; /** * 将响应式对象转换为字符串 * @param obj * @param map */ export declare const convertResponsiveStyleToString: (obj: BreakpointMapParams, map: ResponsiveMap) => any;