export interface IRegistryItem { ref: HTMLElement; id: number; data?: any; }