0a90ac7dd2
* chore: added accents as enum and removed accentPrevious * chore: removed fixIconsRunning prop and added logic for replacing it * chore: added accents as enum and removed accentPrevious * chore: removed fixIconsRunning prop and added logic for replacing it
4 lines
91 B
TypeScript
4 lines
91 B
TypeScript
export interface IThemeCustomProperties {
|
|
accent?: string;
|
|
autoApplyIcons?: boolean;
|
|
}
|