import clsx from 'clsx'
import {
type ComponentProps,
type ElementType,
type PropsWithChildren,
} from 'react'
import HybridLink, { type Props as HybridLinkProps } from './HybridLink'
import { IconProps } from './icons'
function ChevronRightIcon(props: IconProps) {
return (
)
}
export function CardLink({ children, ...props }: HybridLinkProps) {
return (
<>