mirror of https://github.com/langgenius/dify.git
feat(toast): add IToastProps type import to enhance type safety (#33096)
Co-authored-by: CodingOnStar <hanxujiang@dify.com>
This commit is contained in:
parent
f50e44b24a
commit
a5bcbaebb7
|
|
@ -1,5 +1,6 @@
|
|||
'use client'
|
||||
import type { ReactNode } from 'react'
|
||||
import type { IToastProps } from './context'
|
||||
import { noop } from 'es-toolkit/function'
|
||||
import * as React from 'react'
|
||||
import { useEffect, useState } from 'react'
|
||||
|
|
|
|||
Loading…
Reference in New Issue