import { ComponentProps } from 'react'; import clsx from 'clsx'; import { Button } from '@@/buttons'; type Props = Omit, 'size'>; export function ActionBarButton({ className, color = 'none', ...props }: Props) { return (