UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

12 lines 243 B
// =========================== Motion =========================== const genRtlStyle = token => { const { componentCls } = token; return { [`${componentCls}-rtl`]: { direction: 'rtl' } }; }; export default genRtlStyle;