MCPcopy 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

16export type ThemableArray = Array<IThemingInstruction>;
17
18export interface ITheme {
19 [key: string]: string;
20}
21
22interface IStyleSheet {
23 cssText: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected