Compare commits

...

1 Commits

Author SHA1 Message Date
Stephen Zhou
b72fc07006 修复 Toast 类型检查} (Wait need close?)}{ 2026-03-06 19:20:00 +08:00

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