import classNames from 'classnames'; import type { ButtonProps } from './Button'; import { Button } from './Button'; export function PillButton({ className, ...props }: ButtonProps) { return (