wix-storybook-utils
Version:
Utilities for automated component documentation within Storybook
17 lines (15 loc) • 413 B
text/typescript
import { IncludedComponents } from '..';
import * as examples from './IncludedComponents.examples';
import content from './IncludedComponents.content';
import demo from './IncludedComponents.demo';
export default {
category: 'StorybookUI',
storyName: 'IncludedComponents',
component: IncludedComponents,
componentPath: '../IncludedComponents.tsx',
story: {
demo,
content,
examples,
},
};