Fixed exemple page and collback

This commit is contained in:
MaxOvs19
2023-02-06 15:24:36 +03:00
parent 993b8855fa
commit bcad805727
8 changed files with 70 additions and 57 deletions

View File

@ -61,7 +61,7 @@ export interface ICgSelect {
* An optional parameter that adds a lable before the select.
* @type {string}
*/
lable?: string;
label?: string;
/**
* An optional parameter that is responsible for customizing the select elements,
* objects with CSS properties for customizable elements are passed to it.