Fixed files

This commit is contained in:
MaxOvs
2023-01-13 15:40:11 +03:00
parent 4d10721b7b
commit ae258e68f4
14 changed files with 19 additions and 1193 deletions

View File

@ -1,2 +0,0 @@
"use strict";
exports.__esModule = true;

View File

@ -5,7 +5,7 @@ export interface ICgSelect {
* Уникальный селектор - *обязательный параметр(индефикатор), который задаеться при создании селекта.
* @type {string}
*/
selector: string;
selector?: string;
/**
* Необязательный параметр, в который передается элемент который будет выбран изначально в селекте.
* @type {string}

View File

@ -1,2 +0,0 @@
"use strict";
exports.__esModule = true;

View File

@ -1,2 +0,0 @@
"use strict";
exports.__esModule = true;