Create new branch, added interface themeJson
This commit is contained in:
parent
c411b9a6a8
commit
2659db4326
@ -10,3 +10,16 @@ export interface CustomTheme {
|
||||
lable?: string;
|
||||
};
|
||||
}
|
||||
|
||||
export interface CustomThemeJson {
|
||||
name: string;
|
||||
styles: {
|
||||
head?: {};
|
||||
list?: {};
|
||||
placeholder?: {};
|
||||
caret?: {};
|
||||
search?: {};
|
||||
chips?: {};
|
||||
lable?: {};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user