From b72fc0700653835cc77761ede7186378388d5dcc Mon Sep 17 00:00:00 2001 From: Stephen Zhou <38493346+hyoban@users.noreply.github.com> Date: Fri, 6 Mar 2026 19:20:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20Toast=20=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E6=A3=80=E6=9F=A5}=20(Wait=20need=20close=3F)}{?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/app/components/base/toast/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/components/base/toast/index.tsx b/web/app/components/base/toast/index.tsx index f252ad9df0..cf581cfc8f 100644 --- a/web/app/components/base/toast/index.tsx +++ b/web/app/components/base/toast/index.tsx @@ -6,6 +6,7 @@ import { useEffect, useState } from 'react' import { createRoot } from 'react-dom/client' import ActionButton from '@/app/components/base/action-button' import { cn } from '@/utils/classnames' +import type { IToastProps } from './context' import { ToastContext, useToastContext } from './context' export type ToastHandle = {