UNPKG
@ubertheme/mega-menu
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
0.0.0
UB Mega Menu Module for Magento PWA Studio
www.ubertheme.com/magento-extensions-2-x/ub-mega-menu/
@ubertheme/mega-menu
/
src
/
constants
/
ubMenuConstants.js
11 lines
(10 loc)
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
const
baseWidthTypes = { PIXEL:
1
, PERCENT:
2
};
export
const
menuLinkTypes = { NO_LINK:
'no-link'
,
CATEGORY_LINK
:
'category-page'
,
CMS_LINK
:
'cms-page'
, CUSTOM_LINK:
'custom-link'
};