6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
|
export interface IThemeCustomProperties {
|
||
|
accent?: string;
|
||
|
accentPrevious?: string;
|
||
|
themeColours?: string;
|
||
|
themeIcons?: string;
|
||
|
}
|