| 315 | } |
| 316 | |
| 317 | interface SizeAdjustmentDataWithoutHeight { |
| 318 | aspectRatio: number; |
| 319 | width: number; |
| 320 | } |
| 321 | |
| 322 | type SizeAdjustmentType = 'contain' | 'cover'; |
| 323 | const SIZE_ADJUSTMENT_TYPE_CONTAIN: SizeAdjustmentType = 'contain'; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…