UNPKG

@douyinfe/semi-ui

Version:

A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team.

8 lines 240 B
import * as React from 'react'; import Typography from "../../typography"; const a = props => { return /*#__PURE__*/React.createElement(Typography.Text, Object.assign({ link: Object.assign({}, props) }, props)); }; export default a;