This commit is contained in:
peterkogo
2025-10-30 21:25:04 +01:00
committed by moklick
parent 67bd461eee
commit b63ea1f63e
3 changed files with 19 additions and 1 deletions
-1
View File
@@ -1,6 +1,5 @@
import type { ConnectableContext } from '$lib/components/NodeWrapper/types';
import { setContext, getContext, hasContext } from 'svelte';
import type { StoreContext } from './types';
/**
* Creates a type-safe context getter and setter pair.