Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/rushstack
/ ITheme
Interface
ITheme
src/index.ts:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
export
type
ThemableArray = Array<IThemingInstruction>;
17
18
export
interface
ITheme {
19
[key: string]: string;
20
}
21
22
interface
IStyleSheet {
23
cssText: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected