Skip to content

Commit 3d45e5a

Browse files
authored
fix(signals): add StateSignal to the public API (#4247)
1 parent be5f2e2 commit 3d45e5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/signals/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export { signalState } from './signal-state';
44
export { signalStore } from './signal-store';
55
export { signalStoreFeature, type } from './signal-store-feature';
66
export { SignalStoreFeature } from './signal-store-models';
7+
export { StateSignal } from './state-signal';
78

89
export { withComputed } from './with-computed';
910
export { withHooks } from './with-hooks';

0 commit comments

Comments
 (0)