pull/12545/head
Dominic Gannaway 2 years ago
parent 05f952b044
commit a8e5a26216

@ -2875,7 +2875,7 @@ declare namespace $state {
*
* @param value The linked value
*/
export function link<T>(value: T): T;
export function link<T>(value: T): T;
/**
* To take a static snapshot of a deeply reactive `$state` proxy, use `$state.snapshot`:

Loading…
Cancel
Save