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