import { cn } from '@/lib/helper'; import { ReactNode } from 'react'; const IconSkeleton = ({ children, className, }: { children: ReactNode; className?: { outer?: string; inner?: string; }; }) => { return (