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-KQKSOMYA.mjs
11 lines
(9 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// src/components/types.ts
var
COMPONENT_TYPES
= {
SIDEBAR_AREA
:
"sidebar-area"
,
SIDEBAR_GROUP
:
"sidebar-group"
,
SIDEBAR_MENU
:
"sidebar-menu"
};
export
{
COMPONENT_TYPES
};