UNPKG
@legion-ui-kit/react-core
Version:
alpha (1.3.0-alpha.1)
latest (1.3.2)
1.3.2
1.3.1
1.3.0
1.3.0-alpha.1
1.2.0
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
To install the package into your project:
@legion-ui-kit/react-core
/
dist
/
cjs
/
components
/
Breadcrumb
/
Breadcrumb.constant.cjs
3 lines
(2 loc)
•
202 B
JavaScript
View Raw
1
2
3
"use strict"
;
const
s={
slash
:
"slash"
,
chevron
:
"chevron"
},e={
items
:[],
separator
:s.
slash
};
exports
.
BREADCRUMB_DEFAULT_PROPS
=e,
exports
.
BREADCRUMB_SEPARATOR
=s;
//# sourceMappingURL=Breadcrumb.constant.cjs.map