5 lines
114 B
TypeScript
5 lines
114 B
TypeScript
|
export interface IThemeCustomProperties {
|
||
|
accent?: string;
|
||
|
accentPrevious?: string;
|
||
|
themeColours?: string;
|
||
|
}
|