Added new theme fn

This commit is contained in:
MaxOvs19
2023-01-26 19:06:17 +03:00
parent 8baf5554df
commit 102fb5a7b1
7 changed files with 87 additions and 9 deletions

View File

@ -30,6 +30,7 @@ export interface ICgSelect {
* @type {boolean}
*/
darkTheme?: boolean;
theme?: string;
/**
* An optional parameter that adds a live search on the select elements.
* @type {boolean}