UNPKG
@legion-ui-kit/react-core
Version:
latest (1.2.0)
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
/
Anchor
/
Anchor.constant.cjs
3 lines
(2 loc)
•
215 B
JavaScript
View Raw
1
2
3
"use strict"
;
const
s={
a
:
"a"
},t={
md
:
"md"
},A={
as
:s.
a
,
size
:t.
md
};
exports
.
ANCHOR_DEFAULT_PROPS
=A,
exports
.
ANCHOR_SIZE
=t,
exports
.
ANCHOR_TAG
=s,
exports
.
ANCHOR_TAGS
=[
"a"
,
"span"
];
//# sourceMappingURL=Anchor.constant.cjs.map