summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Martin Trapp <martrapp@users.noreply.github.com> 2025-01-10 05:05:23 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2025-01-10 05:05:23 +0000
commit1c36331782b63044aed167a092e4b913d2f1a656 (patch)
tree762a2607cb41f840af8ac3f9f2684a02e19e1bb3
parentdb447f2816836b635355cc2b0a73678facd155a5 (diff)
downloadastro-1c36331782b63044aed167a092e4b913d2f1a656.tar.gz
astro-1c36331782b63044aed167a092e4b913d2f1a656.tar.zst
astro-1c36331782b63044aed167a092e4b913d2f1a656.zip
[ci] format
-rw-r--r--packages/astro/astro-jsx.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/astro-jsx.d.ts b/packages/astro/astro-jsx.d.ts
index e8b1e5e47..d4672d762 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;