Skip to content
This repository was archived by the owner on May 8, 2023. It is now read-only.

Commit 9bcfc9e

Browse files
authored
Export fixture state types (#938)
1 parent e63acbf commit 9bcfc9e

File tree

1 file changed

+2
-0
lines changed
  • packages/react-cosmos-fixture/src

1 file changed

+2
-0
lines changed

packages/react-cosmos-fixture/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ export { PostMessage } from './FixtureConnect/PostMessage';
44
export { WebSockets } from './FixtureConnect/WebSockets';
55

66
// Use in decorators
7+
export { FixtureState } from 'react-cosmos-shared2/fixtureState';
8+
export { SetFixtureState } from './shared';
79
export { FixtureContext } from './FixtureContext';
810

911
// Advanced: Use in fixtures to capture elements in render callback

0 commit comments

Comments
 (0)