Type alias EquivalentHtmlAttr
EquivalentHtmlAttr: {
htmlAttrName: string;
isNotStrictEquivalent?: true;
value: string | null;
}
Type declaration
-
Readonly
htmlAttrName: string
-
Optional
Readonly
isNotStrictEquivalent?: true
-
Readonly
value: string | null