'use client'; import { Button } from '@repo/shadcn-ui/components/ui/button'; import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, } from '@repo/shadcn-ui/components/ui/tooltip'; import { cn } from '@repo/shadcn-ui/lib/utils'; import type { ComponentProps } from 'react'; export type ActionsProps = ComponentProps<'div'>; export const Actions = ({ className, children, ...props }: ActionsProps) => (
{tooltip}