Skip to content

Commit

Permalink
Fix missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed May 14, 2021
1 parent a74f9d8 commit 8644131
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/client-api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import ClientApi, {
addDecorator,
addParameters,
addLoader,
addArgsEnhancer,
addArgTypesEnhancer,
} from './client_api';
import { defaultDecorateStory } from './decorators';
Expand All @@ -24,6 +25,7 @@ export * from './inferControls';
export type { PropDescriptor } from './filterArgTypes';

export {
addArgsEnhancer,
addArgTypesEnhancer,
addDecorator,
addLoader,
Expand Down

0 comments on commit 8644131

Please sign in to comment.