UNPKG

@bunihq/app-bridge

Version:

BuniHQ App Bridge library

11 lines (9 loc) 182 B
// src/components/types.ts var COMPONENT_TYPES = { SIDEBAR_AREA: "sidebar-area", SIDEBAR_GROUP: "sidebar-group", SIDEBAR_MENU: "sidebar-menu" }; export { COMPONENT_TYPES };