Reference
emitMreactDevtoolsEvent
Emits a package-scoped devtools event to the installed global devtools instance.
Signature
function emitMreactDevtoolsEvent(packageName: string, event: { type: string } & Record<string, unknown>): voidReference
Emits a package-scoped devtools event to the installed global devtools instance.
function emitMreactDevtoolsEvent(packageName: string, event: { type: string } & Record<string, unknown>): void