We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
closedby
1 parent 72f30dd commit ee66a45Copy full SHA for ee66a45
.changeset/neat-pumas-accept.md
@@ -0,0 +1,5 @@
1
+---
2
+"astro": patch
3
4
+
5
+Adds type support for the `closedby` attribute for `<dialog>` elements
packages/astro/astro-jsx.d.ts
@@ -679,6 +679,7 @@ declare namespace astroHTML.JSX {
679
680
interface DialogHTMLAttributes extends HTMLAttributes {
681
open?: boolean | string | undefined | null;
682
+ closedby?: 'none' | 'closerequest' | 'any' | undefined | null;
683
}
684
685
interface EmbedHTMLAttributes extends HTMLAttributes {
0 commit comments