@aplus-frontend/antdv
Version:
Vue basic component library maintained based on ant-design-vue
18 lines (17 loc) • 367 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
// =========================== Motion ===========================
const genRtlStyle = token => {
const {
componentCls
} = token;
return {
[`${componentCls}-rtl`]: {
direction: 'rtl'
}
};
};
var _default = exports.default = genRtlStyle;
;