File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " astro " : patch
3
+ ---
4
+
5
+ Add ` popovertargetaction ` to the attribute that can be passed to the ` button ` and ` input ` element
Original file line number Diff line number Diff line change @@ -649,6 +649,7 @@ declare namespace astroHTML.JSX {
649
649
type ?: 'submit' | 'reset' | 'button' | undefined | null ;
650
650
value ?: string | string [ ] | number | undefined | null ;
651
651
popovertarget ?: string | undefined | null ;
652
+ popovertargetaction ?: "hide" | "show" | "toggle" | undefined | null ;
652
653
}
653
654
654
655
interface CanvasHTMLAttributes extends HTMLAttributes {
@@ -815,6 +816,7 @@ declare namespace astroHTML.JSX {
815
816
value ?: string | string [ ] | number | undefined | null ;
816
817
width ?: number | string | undefined | null ;
817
818
popovertarget ?: string | undefined | null ;
819
+ popovertargetaction ?: "hide" | "show" | "toggle" | undefined | null ;
818
820
}
819
821
820
822
interface KeygenHTMLAttributes extends HTMLAttributes {
You can’t perform that action at this time.
0 commit comments