(value: number | TRBLCorners)
| 84 | * @since 3.0.0 |
| 85 | */ |
| 86 | export function toTRBLCorners(value: number | TRBLCorners) { |
| 87 | return _readValueToProps(value, ['topLeft', 'topRight', 'bottomLeft', 'bottomRight']); |
| 88 | } |
| 89 | |
| 90 | /** |
| 91 | * Converts the given value into a padding object with pre-computed width/height. |
no test coverage detected