import React from 'react'; import PropTypes from 'prop-types'; import ls from './Label.less' export default function Label({children}) { return {children} }