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.
1 parent 328a17a commit 9ffb300Copy full SHA for 9ffb300
packages/svelte/src/store/public.d.ts
@@ -46,5 +46,5 @@ export interface Writable<T> extends Readable<T> {
46
update(this: void, updater: Updater<T>): void;
47
}
48
49
-export { StoresValues } from './private';
+export type { StoresValues } from './private';
50
export * from './index-client.js';
0 commit comments