import {action} from '@storybook/addon-actions'; import LinkWithConfirmation from 'sentry/components/links/linkWithConfirmation'; export default { title: 'Views/Modals/Link With Confirmation Modal', }; export const __LinkWithConfirmation = () => (
Link With Confirmation
); __LinkWithConfirmation.storyName = 'Link With Confirmation Modal'; __LinkWithConfirmation.parameters = { docs: { description: { story: 'A link () that opens a confirmation modal.', }, }, };