happy-dom
Version: 
Happy DOM is a JavaScript implementation of a web browser without its graphical user interface. It includes many web standards from WHATWG DOM and HTML.
41 lines • 1.16 kB
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