cs
This commit is contained in:
12
node_modules/@ant-design/cssinjs/lib/transformers/legacyLogicalProperties.d.ts
generated
vendored
Normal file
12
node_modules/@ant-design/cssinjs/lib/transformers/legacyLogicalProperties.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { Transformer } from './interface';
|
||||
/**
|
||||
* Convert css logical properties to legacy properties.
|
||||
* Such as: `margin-block-start` to `margin-top`.
|
||||
* Transform list:
|
||||
* - inset
|
||||
* - margin
|
||||
* - padding
|
||||
* - border
|
||||
*/
|
||||
declare const transform: Transformer;
|
||||
export default transform;
|
||||
Reference in New Issue
Block a user