feat(types): support sveltekit:prefetch, sveltekit:noscroll attributes in type definitions (#1234)

* chore(deps-dev): upgrade sveld to 0.14.0

* Run "yarn build:docs"
This commit is contained in:
metonym 2022-04-09 14:13:56 -07:00 committed by GitHub
commit ea38cd2568
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
167 changed files with 400 additions and 216 deletions

View file

@ -1,5 +1,5 @@
/// <reference types="svelte" />
import { SvelteComponentTyped } from "svelte";
import type { SvelteComponentTyped } from "svelte";
export interface ProgressIndicatorProps
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["ul"]> {

View file

@ -1,5 +1,5 @@
/// <reference types="svelte" />
import { SvelteComponentTyped } from "svelte";
import type { SvelteComponentTyped } from "svelte";
export interface ProgressIndicatorSkeletonProps
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["ul"]> {

View file

@ -1,5 +1,5 @@
/// <reference types="svelte" />
import { SvelteComponentTyped } from "svelte";
import type { SvelteComponentTyped } from "svelte";
export interface ProgressStepProps
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["li"]> {