import React from 'react'; import { FormattedMessage } from 'gatsby-plugin-intl'; import { Button } from 'antd'; export default { title: 'Button', }; export const Link = () => ( ); export const Primary = () => ( ); export const Large = () => ( ); export const Loading = () => ( ); export const Outline = () => ( ); export const Danger = () => ( );