UNPKG

wix-style-react

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