Skip to content

Commit

Permalink
Merge pull request #15668 from storybookjs/fix/custom-render-function
Browse files Browse the repository at this point in the history
CSF3: Fix custom render function
  • Loading branch information
shilman committed Jul 26, 2021
1 parent 19344d4 commit 563897f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/client-api/src/index.ts
Expand Up @@ -4,6 +4,7 @@ import ClientApi, {
addLoader,
addArgsEnhancer,
addArgTypesEnhancer,
setGlobalRender,
} from './client_api';
import { defaultDecorateStory } from './decorators';
import { combineParameters } from './parameters';
Expand All @@ -30,6 +31,7 @@ export {
addDecorator,
addLoader,
addParameters,
setGlobalRender,
ClientApi,
combineParameters,
ConfigApi,
Expand Down

0 comments on commit 563897f

Please sign in to comment.