MCPcopy
hub / github.com/niklasvh/html2canvas / CSSStyleDeclaration

Interface CSSStyleDeclaration

src/global.d.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface CSSStyleDeclaration {
2 textDecorationColor: string;
3 textDecorationLine: string;
4 overflowWrap: string;
5}
6
7interface DocumentType extends Node, ChildNode {
8 readonly internalSubset: string | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…