UNPKG

447 BTypeScriptView Raw
1export declare namespace DecorationStyle {
2 function createStyleElement(styleId: string, container?: HTMLElement): HTMLStyleElement;
3 function createStyleSheet(styleId: string, container?: HTMLElement): CSSStyleSheet;
4 function getOrCreateStyleRule(selector: string, styleSheet: CSSStyleSheet): CSSStyleRule;
5 function deleteStyleRule(selector: string, styleSheet: CSSStyleSheet): void;
6}
7//# sourceMappingURL=decoration-style.d.ts.map
\No newline at end of file