export interface CSSCompatibilityProperties { /** @deprecated */ '-webkit-align-items': string; /** @deprecated */ '-webkit-align-content': string; /** @deprecated */ '-webkit-align-self': string; /** @deprecated */ '-webkit-animation-name': string; /** @deprecated */ '-webkit-animation-duration': string; /** @deprecated */ '-webkit-animation-timing-function': string; /** @deprecated */ '-webkit-animation-iteration-count': string; /** @deprecated */ '-webkit-animation-direction': string; /** @deprecated */ '-webkit-animation-play-state': string; /** @deprecated */ '-webkit-animation-delay': string; /** @deprecated */ '-webkit-animation-fill-mode': string; /** @deprecated */ '-webkit-animation': string; /** @deprecated */ '-webkit-backface-visibility': string; /** @deprecated */ '-webkit-background-origin': string; /** @deprecated */ '-webkit-background-size': string; /** @deprecated */ '-webkit-border-bottom-left-radius': string; /** @deprecated */ '-webkit-border-bottom-right-radius': string; /** @deprecated */ '-webkit-border-top-left-radius': string; /** @deprecated */ '-webkit-border-top-right-radius': string; /** @deprecated */ '-webkit-border-radius': string; /** @deprecated */ '-webkit-box-shadow': string; /** @deprecated */ '-webkit-box-sizing': string; /** @deprecated */ '-webkit-flex': string; /** @deprecated */ '-webkit-flex-basis': string; /** @deprecated */ '-webkit-flex-direction': string; /** @deprecated */ '-webkit-flex-flow': string; /** @deprecated */ '-webkit-flex-grow': string; /** @deprecated */ '-webkit-flex-shrink': string; /** @deprecated */ '-webkit-flex-wrap': string; /** @deprecated */ '-webkit-filter': string; /** @deprecated */ '-webkit-justify-content': string; /** @deprecated */ '-webkit-mask': string; /** @deprecated */ '-webkit-mask-box-image': string; /** @deprecated */ '-webkit-mask-box-image-outset': string; /** @deprecated */ '-webkit-mask-box-image-repeat': string; /** @deprecated */ '-webkit-mask-box-image-slice': string; /** @deprecated */ '-webkit-mask-box-image-source': string; /** @deprecated */ '-webkit-mask-box-image-width': string; /** @deprecated */ '-webkit-mask-clip': string; /** @deprecated */ '-webkit-mask-composite': string; /** @deprecated */ '-webkit-mask-image': string; /** @deprecated */ '-webkit-mask-origin': string; /** @deprecated */ '-webkit-mask-position': string; /** @deprecated */ '-webkit-mask-repeat': string; /** @deprecated */ '-webkit-mask-size': string; /** @deprecated */ '-webkit-order': string; /** @deprecated */ '-webkit-perspective': string; /** @deprecated */ '-webkit-perspective-origin': string; /** @deprecated */ '-webkit-transform-origin': string; /** @deprecated */ '-webkit-transform-style': string; /** @deprecated */ '-webkit-transform': string; /** @deprecated */ '-webkit-transition-delay': string; /** @deprecated */ '-webkit-transition-duration': string; /** @deprecated */ '-webkit-transition-property': string; /** @deprecated */ '-webkit-transition-timing-function': string; /** @deprecated */ '-webkit-transition': string; /** @deprecated */ '-webkit-text-size-adjust': string; /** @deprecated */ '-webkit-box-align': string; /** @deprecated */ '-webkit-box-flex': string; /** @deprecated */ '-webkit-box-ordinal-group': string; /** @deprecated */ '-webkit-box-orient': string; /** @deprecated */ '-webkit-box-pack': string; /** @deprecated */ '-webkit-background-clip': string; /** @deprecated */ '-webkit-text-fill-color': string; /** @deprecated */ '-webkit-text-stroke-color': string; /** @deprecated */ '-webkit-text-stroke-width': string; /** @deprecated */ '-webkit-text-stroke': string; }