UNPKG

wix-style-react

Version:
18 lines (16 loc) 452 B
import { CATEGORY } from '../../../stories/storiesHierarchy'; import CardGalleryItem from '..'; import * as examples from './CardGalleryItem.examples'; import content from './CardGalleryItem.content'; import demo from './CardGalleryItem.demo'; export default { category: `${CATEGORY.LISTS}|CardGalleryItem`, storyName: 'CardGalleryItem', component: CardGalleryItem, componentPath: '..', story: { demo, content, examples, }, };