export interface Iitem { left: number; top: number; width: number; height: number; uid: number; type?: number; link?: string; urlTitle: string; }