0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-24 23:21:57 -05:00

[ci] format

This commit is contained in:
Argana Phangquestian 2024-05-14 08:39:06 +00:00 committed by astrobot-houston
parent 5f2dd4518e
commit 10739fc3de

View file

@ -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 {