export default function Button ({ type, size = 'small', circle, label, loading, children, handleClick, ...rest }: P) {
  const {
    info,
    danger,
    normal,