Added custom theme
This commit is contained in:
12
src/components/theme/theme.interface.ts
Normal file
12
src/components/theme/theme.interface.ts
Normal file
@ -0,0 +1,12 @@
|
||||
export interface CustomTheme {
|
||||
name: string;
|
||||
styles: {
|
||||
head?: string;
|
||||
list?: string;
|
||||
placeholder?: string;
|
||||
caret?: string;
|
||||
search?: string;
|
||||
chips?: string;
|
||||
lable?: string;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user