// @flow import React from 'react'; type Props = { onClick: () => void }; export default function DeleteButton(props: Props) { return (