import React from 'react' import Label from './index' export const ComLabel = () => { return (
) } export default { title: '其他/Label', }