UNPKG

@openhands/ui

Version:
8 lines (7 loc) 222 B
import { IconProps } from '../icon/Icon'; type ToastType = "error" | "success" | "info" | "warning"; export declare const toastStyles: Record<ToastType, { icon: IconProps["icon"]; iconColor: string; }>; export {};