Skip to content

Commit

Permalink
added storyNameFromExport(key) in README.md (#2)
Browse files Browse the repository at this point in the history
added storyNameFromExport(key) in README.md
  • Loading branch information
shilman authored Dec 10, 2019
2 parents 943c35e + 9531786 commit 045f8e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ yarn add @storybook/csf

See package source for function definitions and types:

- `storyNameFromExport(key)` - Enhance export name (`key`) of the story. Currently implemented with [startCase](https://lodash.com/docs/4.17.11#startCase).

- `isExportStory(key, { includeStories, excludeStories })` - Does a named export match CSF inclusion/exclusion options?

- `parseKind(kind, { rootSeparator, groupSeparator })` - Parse out the component/kind name from a path, using the given separator config.
Expand Down

0 comments on commit 045f8e1

Please sign in to comment.