MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / ErrorToastProps

Interface ErrorToastProps

frontend/components/error-toast.tsx:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import type React from "react"
4
5interface ErrorToastProps {
6 message: React.ReactNode
7 onDismiss: () => void
8}
9
10export function ErrorToast({ message, onDismiss }: ErrorToastProps) {
11 const handleKeyDown = (e: React.KeyboardEvent) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected