UNPKG
@openhands/ui
Version:
latest (1.0.0-beta.9)
1.0.0-beta.9
1.0.0-beta.8
1.0.0-beta.7
1.0.0-beta.6
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
OpenHands UI Components
www.all-hands.dev
All-Hands-AI/OpenHands
@openhands/ui
/
dist
/
components
/
toast
/
ToastManager.d.ts
4 lines
(3 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
import
{
PropsWithChildren
}
from
'react'
;
import
{
ToasterProps
}
from
'sonner'
;
export
declare
const
ToastManager
:
(
props
:
PropsWithChildren
<
ToasterProps
>
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;