Config updated
This commit is contained in:
6
src/app/api/appconfig.ts
Normal file
6
src/app/api/appconfig.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface AppConfig {
|
||||
inputStyle?: string;
|
||||
dark?: boolean;
|
||||
theme?: string;
|
||||
ripple?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user