UNPKG

antd-style

Version:

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

9 lines 349 B
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2"; export var convertBreakpointToResponsive = function convertBreakpointToResponsive(breakpoints) { return _objectSpread(_objectSpread({}, breakpoints), {}, { mobile: breakpoints.xs, tablet: breakpoints.md, laptop: breakpoints.lg, desktop: breakpoints.xxl }); };