UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

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