UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

9 lines 339 B
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; // =========================== Motion =========================== var genRtlStyle = function genRtlStyle(token) { var componentCls = token.componentCls; return _defineProperty({}, componentCls + "-rtl", { direction: 'rtl' }); }; export default genRtlStyle;