import type { ButtonPropsSlot } from "@/components/TempDesignSystem/Button/button" export type ButtonLinkProps = React.PropsWithChildren & Omit & Pick, "onClick" | "target"> & { href: string trackingId?: string trackingParams?: Record appendToCurrentPath?: boolean }