UNPKG

storybook-addon-playground

Version:

A playground to enable consumers learn how to use the component library or to reproduce bugs

13 lines (11 loc) 283 B
function getStoryId(resolvedEntry) { if (!resolvedEntry) { return null; } if (resolvedEntry.type === "component") { return resolvedEntry.children[0]; } return resolvedEntry.id; } export { getStoryId }; //# sourceMappingURL=storybook-utils.js.map