mirror of
https://github.com/withastro/astro.git
synced 2025-03-24 23:21:57 -05:00
[ci] format
This commit is contained in:
parent
5f2dd4518e
commit
10739fc3de
1 changed files with 2 additions and 2 deletions
4
packages/astro/astro-jsx.d.ts
vendored
4
packages/astro/astro-jsx.d.ts
vendored
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue