Skip to content

Commit 1a4008e

Browse files
committed
regenerate
1 parent 325e3a8 commit 1a4008e

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
@@ -2937,7 +2937,7 @@ declare namespace $state {
29372937
*
29382938
* @param value The linked value
29392939
*/
2940-
export function link<T>(value: T, callback?: (value: T) => void): T;
2940+
export function link<T>(value: T): T;
29412941

29422942
export function raw<T>(initial: T): T;
29432943
export function raw<T>(): T | undefined;

0 commit comments

Comments
 (0)