Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh authored and astrobot-houston committed May 14, 2024
1 parent 5f2dd45 commit 10739fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/astro/astro-jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ declare namespace astroHTML.JSX {
type?: 'submit' | 'reset' | 'button' | undefined | null;
value?: string | string[] | number | undefined | null;
popovertarget?: string | undefined | null;
popovertargetaction?: "hide" | "show" | "toggle" | undefined | null;
popovertargetaction?: 'hide' | 'show' | 'toggle' | undefined | null;
}

interface CanvasHTMLAttributes extends HTMLAttributes {
Expand Down Expand Up @@ -816,7 +816,7 @@ declare namespace astroHTML.JSX {
value?: string | string[] | number | undefined | null;
width?: number | string | undefined | null;
popovertarget?: string | undefined | null;
popovertargetaction?: "hide" | "show" | "toggle" | undefined | null;
popovertargetaction?: 'hide' | 'show' | 'toggle' | undefined | null;
}

interface KeygenHTMLAttributes extends HTMLAttributes {
Expand Down

0 comments on commit 10739fc

Please sign in to comment.