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.
StateSignal
1 parent be5f2e2 commit 3d45e5aCopy full SHA for 3d45e5a
modules/signals/src/index.ts
@@ -4,6 +4,7 @@ export { signalState } from './signal-state';
4
export { signalStore } from './signal-store';
5
export { signalStoreFeature, type } from './signal-store-feature';
6
export { SignalStoreFeature } from './signal-store-models';
7
+export { StateSignal } from './state-signal';
8
9
export { withComputed } from './with-computed';
10
export { withHooks } from './with-hooks';
0 commit comments