import { withInstall } from '@vue-pro-components/utils'
import Comp from './button'

export const Button = withInstall(Comp)

export default Button
