Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/primer/react
/ getDialogProps
Function
getDialogProps
packages/react/src/hooks/useDialog.ts:112–114 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
)
111
112
const
getDialogProps = () => {
113
return
{onKeyDown}
114
}
115
116
useOnEscapePress(
117
(event: KeyboardEvent) => {
Callers
1
Dialog.tsx
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected