Skip to content

Commit b5c33ad

Browse files
committed
fix types
1 parent 9000149 commit b5c33ad

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/svelte/src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export interface ComponentConstructorOptions<
1919
intro?: boolean;
2020
recover?: boolean;
2121
sync?: boolean;
22+
idPrefix?: string;
2223
$$inline?: boolean;
2324
}
2425

packages/svelte/types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ declare module 'svelte' {
1616
intro?: boolean;
1717
recover?: boolean;
1818
sync?: boolean;
19+
idPrefix?: string;
1920
$$inline?: boolean;
2021
}
2122

0 commit comments

Comments
 (0)