UNPKG

wix-style-react

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