import React from 'react'; import './index.less'; function GButton(props) { const { children, className = '', theme = 'theme', size = 'basic', disabled, radius, width, onClick } = props; return (