Finished working

This commit is contained in:
MaxOvs19
2023-03-20 20:25:14 +03:00
parent 2d4d774931
commit c635e838c8
7 changed files with 31 additions and 29 deletions

View File

@ -19,7 +19,6 @@ export interface CustomThemeJson {
placeholder?: object;
caret?: object;
search?: object;
chips?: object;
lable?: object;
};
}