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
/
components
/
types.d.ts
8 lines
(6 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
const
COMPONENT_TYPES
: {
readonly
SIDEBAR_AREA
:
"sidebar-area"
;
readonly
SIDEBAR_GROUP
:
"sidebar-group"
;
readonly
SIDEBAR_MENU
:
"sidebar-menu"
; };
export
{
COMPONENT_TYPES
};