mirror of
https://github.com/withastro/astro.git
synced 2025-01-22 10:31:53 -05:00
[ci] format
This commit is contained in:
parent
db447f2816
commit
1c36331782
1 changed files with 1 additions and 1 deletions
2
packages/astro/astro-jsx.d.ts
vendored
2
packages/astro/astro-jsx.d.ts
vendored
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue