diff --git a/packages/ui/src/components/Toast/types.ts b/packages/ui/src/components/Toast/types.ts index d4947a7df7..9f5ec29dd5 100644 --- a/packages/ui/src/components/Toast/types.ts +++ b/packages/ui/src/components/Toast/types.ts @@ -16,7 +16,7 @@ import type { ReactElement, ReactNode } from 'react'; import type { UNSTABLE_ToastQueue as RAToastQueue } from 'react-aria-components'; -import type { ToastState, QueuedToast } from 'react-stately'; +import type { QueuedToast } from 'react-stately'; import type { Responsive } from '../../types'; /**