Skip to content

Commit

Permalink
Fix ScenarioConfig export
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyyakym committed Sep 12, 2023
1 parent 3ebff5b commit 11694c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export { default as effect } from './effect';
export { default as familyState } from './family-state';
export { queue, registry } from './global';
export { delay, fork, getAggregatedAsyncStatus, rejectAfter, SyncQueue } from './lib';
export { default as scenario, Config as ScenarioConfig } from './scenario';
export { default as scenario, type Config as ScenarioConfig } from './scenario';
export { default as selector } from './selector';
export { default as state, type State } from './state';
export {
Expand Down

0 comments on commit 11694c2

Please sign in to comment.