import clsx from 'clsx/lite'; import { ComponentProps } from 'react'; import LinkWithStatus from './LinkWithStatus'; export default function LinkWithLoaderBadge({ className, loadingClassName, offsetPadding, ...props }: ComponentProps & { offsetPadding?: boolean }) { return ( ); }