import React from 'react'; import { Link } from 'react-router-dom'; import './index.less'; function Tabs(props) { const { tabs = [], type = 'line', width, space, border, active } = props; return (