import { cn } from '@/lib/utils'; import { SparklesIcon } from 'lucide-react'; export const Protip = ({ className, title, description, children, }: { className?: string; title?: string | React.ReactNode; description?: string | React.ReactNode; children?: React.ReactNode; }) => { return (
{title}
: null} {description ? (