interface HTMLAttributes {
    [attr: string]: string;
}

Indexable

[attr: string]: string

Generated using TypeDoc