We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9000149 commit b5c33adCopy full SHA for b5c33ad
packages/svelte/src/index.d.ts
@@ -19,6 +19,7 @@ export interface ComponentConstructorOptions<
19
intro?: boolean;
20
recover?: boolean;
21
sync?: boolean;
22
+ idPrefix?: string;
23
$$inline?: boolean;
24
}
25
packages/svelte/types/index.d.ts
@@ -16,6 +16,7 @@ declare module 'svelte' {
16
17
18
0 commit comments