export interface IElementRef { element: HTMLElement; item: any; type?: string; }