File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2354,7 +2354,7 @@ declare namespace $state {
23542354 | BigInt64Array
23552355 | BigUint64Array ;
23562356
2357- /** The things that `structuredClone` can handle — https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm */
2357+ /** The things that `structuredClone` can handle — https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm */
23582358 export type Cloneable =
23592359 | ArrayBuffer
23602360 | DataView
@@ -2665,7 +2665,7 @@ declare function $props(): any;
26652665declare function $bindable < T > ( fallback ?: T ) : T ;
26662666
26672667/**
2668- * Inspects one or more values whenever they, or the properties they contain, change. Example:
2668+ * Inspects one or more values whenever they, or the properties they contain, change. Example:
26692669 *
26702670 * ```ts
26712671 * $inspect(someValue, someOtherValue)
You can’t perform that action at this time.
0 commit comments