import { Button } from '../Button'; import { AlertDialog } from './AlertDialog'; export default { component: AlertDialog, title: 'Overlay/AlertDialog', parameters: { layout: 'fullscreen', }, }; export const Usage = () => ( Are you absolutely sure? This action cannot be undone. This will permanently delete your account and remove your data from our servers. ); Usage.parameters = { layout: 'centered', };