import React, { FunctionComponent } from 'react'; import { storiesOf } from '@storybook/react'; import { DeleteButton } from './DeleteButton'; const CenteredStory: FunctionComponent<{}> = ({ children }) => { return (