ButtonWithTooltip variable
A toolbar button with a custom toolbar primitive.
Signature:
ButtonWithTooltip: ({ title, children, ...props }: Omit<RadixToolbar.ToolbarButtonProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<object> & {
title: string;
}) => React.JSX.Element