MCPcopy Create free account
hub / github.com/code-forge-io/react-router-devtools / WarningAlertProps

Interface WarningAlertProps

docs/app/ui/warning-alert.tsx:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { Alert } from "./alert"
3
4interface WarningAlertProps {
5 children: ReactNode
6 title?: string
7 className?: string
8}
9
10export const WarningAlert = ({ children, title, className }: WarningAlertProps) => {
11 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…