UNPKG

@openhands/ui

Version:
4 lines (3 loc) 202 B
import { PropsWithChildren } from 'react'; import { ToasterProps } from 'sonner'; export declare const ToastManager: (props: PropsWithChildren<ToasterProps>) => import("react/jsx-runtime").JSX.Element;