MCPcopy 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
47function msgbox(props) {
48 return next(props);
49}
50
51function next(props) {
52 return new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls 1

nextFunction · 0.85

Tested by

no test coverage detected