// Copyright (c) Meta Platforms, Inc. and affiliates.

'use client';

export {AlertDialog} from './AlertDialog';
export type {AlertDialogProps} from './AlertDialog';

export {useImperativeAlertDialog} from './useImperativeAlertDialog';
export type {ImperativeAlertDialogReturn} from './useImperativeAlertDialog';
