UNPKG

wix-style-react

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