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

Interface ModalProps

docs/app/components/modal.tsx:6–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { Backdrop } from "./backdrop"
5
6interface ModalProps {
7 isOpen: boolean
8 onClose: () => void
9 children: ReactNode
10 className?: string
11 getInitialFocus?: () => HTMLElement | null
12 restoreFocus?: boolean
13 ariaLabel?: string
14}
15
16export const Modal = ({
17 isOpen,

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…