41 lines
1.1 KiB
TypeScript
41 lines
1.1 KiB
TypeScript
|
|
declare const _default: {
|
||
|
|
'border-collapse': boolean;
|
||
|
|
'border-spacing': boolean;
|
||
|
|
'caption-side': boolean;
|
||
|
|
color: boolean;
|
||
|
|
cursor: boolean;
|
||
|
|
direction: boolean;
|
||
|
|
'empty-cells': boolean;
|
||
|
|
'font-family': boolean;
|
||
|
|
'font-size': boolean;
|
||
|
|
'font-style': boolean;
|
||
|
|
'font-variant': boolean;
|
||
|
|
'font-weight': boolean;
|
||
|
|
'font-size-adjust': boolean;
|
||
|
|
'font-stretch': boolean;
|
||
|
|
font: boolean;
|
||
|
|
'letter-spacing': boolean;
|
||
|
|
'line-height': boolean;
|
||
|
|
'list-style-image': boolean;
|
||
|
|
'list-style-position': boolean;
|
||
|
|
'list-style-type': boolean;
|
||
|
|
'list-style': boolean;
|
||
|
|
orphans: boolean;
|
||
|
|
quotes: boolean;
|
||
|
|
'tab-size': boolean;
|
||
|
|
'text-align': boolean;
|
||
|
|
'text-align-last': boolean;
|
||
|
|
'text-decoration-color': boolean;
|
||
|
|
'text-indent': boolean;
|
||
|
|
'text-justify': boolean;
|
||
|
|
'text-shadow': boolean;
|
||
|
|
'text-transform': boolean;
|
||
|
|
visibility: boolean;
|
||
|
|
'white-space': boolean;
|
||
|
|
widows: boolean;
|
||
|
|
'word-break': boolean;
|
||
|
|
'word-spacing': boolean;
|
||
|
|
'word-wrap': boolean;
|
||
|
|
};
|
||
|
|
export default _default;
|
||
|
|
//# sourceMappingURL=CSSStyleDeclarationElementInheritedProperties.d.ts.map
|