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