@@ -2741,53 +2741,53 @@ interface CSSStyleDeclaration {
27412741 animationPlayState: string;
27422742 animationTimingFunction: string;
27432743 backfaceVisibility: string | null;
2744- background: string | null ;
2745- backgroundAttachment: string | null ;
2746- backgroundClip: string | null ;
2747- backgroundColor: string | null ;
2748- backgroundImage: string | null ;
2749- backgroundOrigin: string | null ;
2750- backgroundPosition: string | null ;
2751- backgroundPositionX: string | null ;
2752- backgroundPositionY: string | null ;
2753- backgroundRepeat: string | null ;
2754- backgroundSize: string | null ;
2744+ background: string;
2745+ backgroundAttachment: string;
2746+ backgroundClip: string;
2747+ backgroundColor: string;
2748+ backgroundImage: string;
2749+ backgroundOrigin: string;
2750+ backgroundPosition: string;
2751+ backgroundPositionX: string;
2752+ backgroundPositionY: string;
2753+ backgroundRepeat: string;
2754+ backgroundSize: string;
27552755 baselineShift: string | null;
2756- border: string | null ;
2757- borderBottom: string | null ;
2758- borderBottomColor: string | null ;
2759- borderBottomLeftRadius: string | null ;
2760- borderBottomRightRadius: string | null ;
2761- borderBottomStyle: string | null ;
2762- borderBottomWidth: string | null ;
2756+ border: string;
2757+ borderBottom: string;
2758+ borderBottomColor: string;
2759+ borderBottomLeftRadius: string;
2760+ borderBottomRightRadius: string;
2761+ borderBottomStyle: string;
2762+ borderBottomWidth: string;
27632763 borderCollapse: string | null;
2764- borderColor: string | null ;
2765- borderImage: string | null ;
2766- borderImageOutset: string | null ;
2767- borderImageRepeat: string | null ;
2768- borderImageSlice: string | null ;
2769- borderImageSource: string | null ;
2770- borderImageWidth: string | null ;
2771- borderLeft: string | null ;
2772- borderLeftColor: string | null ;
2773- borderLeftStyle: string | null ;
2774- borderLeftWidth: string | null ;
2775- borderRadius: string | null ;
2776- borderRight: string | null ;
2777- borderRightColor: string | null ;
2778- borderRightStyle: string | null ;
2779- borderRightWidth: string | null ;
2764+ borderColor: string;
2765+ borderImage: string;
2766+ borderImageOutset: string;
2767+ borderImageRepeat: string;
2768+ borderImageSlice: string;
2769+ borderImageSource: string;
2770+ borderImageWidth: string;
2771+ borderLeft: string;
2772+ borderLeftColor: string;
2773+ borderLeftStyle: string;
2774+ borderLeftWidth: string;
2775+ borderRadius: string;
2776+ borderRight: string;
2777+ borderRightColor: string;
2778+ borderRightStyle: string;
2779+ borderRightWidth: string;
27802780 borderSpacing: string | null;
2781- borderStyle: string | null ;
2782- borderTop: string | null ;
2783- borderTopColor: string | null ;
2784- borderTopLeftRadius: string | null ;
2785- borderTopRightRadius: string | null ;
2786- borderTopStyle: string | null ;
2787- borderTopWidth: string | null ;
2788- borderWidth: string | null ;
2781+ borderStyle: string;
2782+ borderTop: string;
2783+ borderTopColor: string;
2784+ borderTopLeftRadius: string;
2785+ borderTopRightRadius: string;
2786+ borderTopStyle: string;
2787+ borderTopWidth: string;
2788+ borderWidth: string;
27892789 bottom: string | null;
2790- boxShadow: string | null ;
2790+ boxShadow: string;
27912791 boxSizing: string;
27922792 breakAfter: string | null;
27932793 breakBefore: string | null;
0 commit comments