Fixed themes

This commit is contained in:
MaxOvs19
2023-02-06 19:18:08 +03:00
parent bcad805727
commit 038b7d627c
4 changed files with 9 additions and 9 deletions

View File

@ -27,7 +27,7 @@ export interface ICgSelect {
items?: IItems[] | string[] | any;
/**
* An optional parameter responsible for switching between different themes, the classic theme is set by default.
* @type {string}
* @type {string} values: dark, white
*/
theme?: string;
/**