import React from 'react' import { select, withKnobs } from '@storybook/addon-knobs' import { Label } from '.' import { ColorVariants } from '../../style/themeFields' export const label = () => ( ) export default { component: Label, title: 'Label', decorators: [withKnobs], }