Files
nexus-spa/src/app/api/appconfig.ts
Yiğit FINDIKLI fea22fa33d Config updated
2022-01-07 15:40:43 +03:00

6 lines
117 B
TypeScript

export interface AppConfig {
inputStyle?: string;
dark?: boolean;
theme?: string;
ripple?: boolean;
}