MCPcopy
hub / github.com/microsoft/rushstack / IThemingInstruction

Interface IThemingInstruction

src/index.ts:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8declare var global: any; // tslint:disable-line:no-any
9
10export interface IThemingInstruction {
11 theme?: string;
12 defaultValue?: string;
13 rawString?: string;
14}
15
16export type ThemableArray = Array<IThemingInstruction>;
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected