remix/ui · TypeView Source
AppRuntimeEventMap
Summary
Events emitted by the application runtime.
Signature
type AppRuntimeEventMap = {
error: ComponentErrorEvent;
};
Events emitted by the application runtime.
type AppRuntimeEventMap = {
error: ComponentErrorEvent;
};