Skip to content

Commit f61c7c3

Browse files
committed
update
1 parent 971427f commit f61c7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ declare module 'svelte' {
9393
* Does not exist at runtime.
9494
* ### DO NOT USE!
9595
* */
96-
$$prop_def: StripBindable<Props>;
96+
$$prop_def: StripBindable<Props>; // Without PropsWithChildren: unnecessary, causes type bugs
9797
/**
9898
* For type checking capabilities only.
9999
* Does not exist at runtime.

0 commit comments

Comments
 (0)