Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/rushstack
/ IStyleSheet
Interface
IStyleSheet
src/index.ts:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
interface
IStyleSheet {
23
cssText: string;
24
}
25
26
interface
IExtendedHtmlStyleElement extends HTMLStyleElement {
27
styleSheet: IStyleSheet;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected