pull/12545/head
Dominic Gannaway 2 years ago
parent 247b72f1b0
commit e5d32e4d46

@ -2858,7 +2858,7 @@ declare namespace $state {
export function frozen<T>(): Readonly<T> | undefined; export function frozen<T>(): Readonly<T> | undefined;
/** /**
* Declares reactive state that is linked to another value. Local mutations will override the linked value * Declares reactive state that is linked to another value. Local reassignments will override the linked value
* until the linked value changes. * until the linked value changes.
* *
* Example: * Example:

Loading…
Cancel
Save