修复 Toast 类型检查} (Wait need close?)}{

This commit is contained in:
Stephen Zhou 2026-03-06 19:20:00 +08:00
parent f50e44b24a
commit b72fc07006
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {