diff options
author | 2025-01-10 05:05:23 +0000 | |
---|---|---|
committer | 2025-01-10 05:05:23 +0000 | |
commit | 1c36331782b63044aed167a092e4b913d2f1a656 (patch) | |
tree | 762a2607cb41f840af8ac3f9f2684a02e19e1bb3 | |
parent | db447f2816836b635355cc2b0a73678facd155a5 (diff) | |
download | astro-1c36331782b63044aed167a092e4b913d2f1a656.tar.gz astro-1c36331782b63044aed167a092e4b913d2f1a656.tar.zst astro-1c36331782b63044aed167a092e4b913d2f1a656.zip |
[ci] format
-rw-r--r-- | packages/astro/astro-jsx.d.ts | 2 |
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; |