UNPKG
focus-pro
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
focus-pro 中台前端组件库
focus-pro
/
dist
/
ValueType
/
link
/
index.js
11 lines
•
264 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
Display
from
"./Display"
;
import
{ jsx
as
_jsx }
from
"react/jsx-runtime"
;
var
link = {
render
:
function
render
(
text, props
) {
return
/*#__PURE__*/
_jsx
(
Display
, {
text
: text,
fieldProps
: props.
fieldProps
}); } };
export
default
link;