chore: update ant-design dependencies and add new icon types
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
// =========================== Motion ===========================
|
||||
const genRtlStyle = token => {
|
||||
const {
|
||||
componentCls
|
||||
} = token;
|
||||
return {
|
||||
[`${componentCls}-rtl`]: {
|
||||
direction: 'rtl'
|
||||
}
|
||||
};
|
||||
};
|
||||
export default genRtlStyle;
|
||||
Reference in New Issue
Block a user