We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$state.raw
1 parent 3353faf commit 23df27fCopy full SHA for 23df27f
packages/svelte/src/ambient.d.ts
@@ -117,6 +117,7 @@ declare namespace $state {
117
*
118
* @param initial The initial value
119
*/
120
+ export function raw<T>(initial?: T, options?: import('svelte').StateOptions): T;
121
export function raw<T>(initial: T): T;
122
export function raw<T>(): T | undefined;
123
/**
packages/svelte/types/index.d.ts
@@ -2776,6 +2776,7 @@ declare namespace $state {
2776
2777
2778
2779
2780
2781
2782
0 commit comments