From 10739fc3deffeeca69071251b98fa37aeb9f7025 Mon Sep 17 00:00:00 2001 From: Argana Phangquestian Date: Tue, 14 May 2024 08:39:06 +0000 Subject: [PATCH] [ci] format --- packages/astro/astro-jsx.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro/astro-jsx.d.ts b/packages/astro/astro-jsx.d.ts index acf051af0d..33d507e596 100644 --- a/packages/astro/astro-jsx.d.ts +++ b/packages/astro/astro-jsx.d.ts @@ -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 {