From 1c36331782b63044aed167a092e4b913d2f1a656 Mon Sep 17 00:00:00 2001 From: Martin Trapp Date: Fri, 10 Jan 2025 05:05:23 +0000 Subject: [PATCH] [ci] format --- packages/astro/astro-jsx.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/astro-jsx.d.ts b/packages/astro/astro-jsx.d.ts index e8b1e5e473..d4672d7628 100644 --- a/packages/astro/astro-jsx.d.ts +++ b/packages/astro/astro-jsx.d.ts @@ -837,7 +837,7 @@ declare namespace astroHTML.JSX { interface LinkHTMLAttributes extends HTMLAttributes { as?: string | undefined | null; - blocking?: 'render' | undefined | null; + blocking?: 'render' | undefined | null; crossorigin?: boolean | string | undefined | null; disabled?: boolean | undefined | null; fetchpriority?: 'auto' | 'high' | 'low' | undefined | null;