MultiTag in Working! Fixed bugs

This commit is contained in:
MaxOvs
2023-01-09 17:57:56 +03:00
parent 482bd59756
commit 2ed0e306e5
4 changed files with 57 additions and 78 deletions

View File

@ -1,6 +1,6 @@
import { ICgSelect } from '../../interfaces/cg-select.interface';
export interface IcreateBreadCrumb {
export interface ICreateBreadCrumb {
element: Element | null;
option: ICgSelect;
indexes: number[];