UNPKG
@bunihq/app-bridge
Version:
latest (0.0.1)
0.0.1
0.0.1-next.3
0.0.1-next.2
0.0.1-next.1
BuniHQ App Bridge library
@bunihq/app-bridge
/
dist
/
chunk-D5JMXCZV.mjs
10 lines
(8 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// src/events/index.ts
var
EVENTS
= {
HOST_COMPONENT_CONNECTED
:
"host-component-connected"
,
REQUEST_SESSION_TOKEN
:
"request-session-token"
};
export
{
EVENTS
};