import React from 'react'; import { Button } from './Button'; export default { title: 'basic/Button', component: Button, }; export const _default = () => ; export const invisible = () => ; export const primary = () => ; export const secondary = () => ;