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