ImgHTMLAttributes should has a loading propety #3691
Labels
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
has PR
A pull request has already been submitted to solve the issue
scope: types
What problem does this feature solve?
export interface ImgHTMLAttributes extends HTMLAttributes {
...
loading?: "lazy" | "eager" | "auto";
}
What does the proposed API look like?
export interface ImgHTMLAttributes extends HTMLAttributes {
...
loading?: "lazy" | "eager" | "auto";
}
The text was updated successfully, but these errors were encountered: