UNPKG

wix-style-react

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