export interface IHTML5Properties { class?: string; id?: string; name?: string; style?: string; tabindex?: number | string; title?: string; }