Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElemeFE/element-react
/ msgbox
Function
msgbox
src/message-box/index.js:47–49 ·
view source on GitHub ↗
(props)
Source
from the content-addressed store, hash-verified
45
}
46
47
function
msgbox(props) {
48
return
next(props);
49
}
50
51
function
next(props) {
52
return
new
Promise((resolve, reject) => {
Callers
nothing calls this directly
Calls
1
next
Function · 0.85
Tested by
no test coverage detected