export interface IDiv { [key: string]: any; } export interface IUl { [key: string]: any; }