| 1 | import { CssProperty, CssAnimationProperty, ShorthandProperty, InheritedCssProperty } from '../core/properties'; |
| 2 | import { unsetValue, isCssWideKeyword } from '../core/properties/property-shared'; |
| 3 | import { Style } from './style'; |
| 4 |
nothing calls this directly
no test coverage detected