import { IElementRef } from './IElementRef'; export interface ISelectedElements { button?: IElementRef; icon?: IElementRef; text?: IElementRef; section?: IElementRef; input?: IElementRef; textarea?: IElementRef; image?: IElementRef; type?: string; container?: IElementRef; navbar?: IElementRef; video?: IElementRef; wrapper?: HTMLElement; day_number?: IElementRef; hour_number?: IElementRef; minute_number?: IElementRef; second_number?: IElementRef; textData?: IElementRef; imageData?: IElementRef; }