[ci] format

This commit is contained in:
Martin Trapp 2025-01-10 05:05:23 +00:00 committed by astrobot-houston
parent db447f2816
commit 1c36331782

View file

@ -837,7 +837,7 @@ declare namespace astroHTML.JSX {
interface LinkHTMLAttributes extends HTMLAttributes { interface LinkHTMLAttributes extends HTMLAttributes {
as?: string | undefined | null; as?: string | undefined | null;
blocking?: 'render' | undefined | null; blocking?: 'render' | undefined | null;
crossorigin?: boolean | string | undefined | null; crossorigin?: boolean | string | undefined | null;
disabled?: boolean | undefined | null; disabled?: boolean | undefined | null;
fetchpriority?: 'auto' | 'high' | 'low' | undefined | null; fetchpriority?: 'auto' | 'high' | 'low' | undefined | null;