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>): void