import React from 'react'; import {withInfo} from '@storybook/addon-info'; import {action} from '@storybook/addon-actions'; import ConfirmDelete from 'app/components/confirmDelete'; import Button from 'app/components/button'; export default { title: 'UI/Confirm', }; export const _ConfirmDelete = withInfo({ text: 'A Confirm Modal that requires a user to enter a confirmation string.', propTablesExclude: [Button], })(() => (