import { type PropsOf, component$ } from '@builder.io/qwik'; import { cn } from '@qwik-ui/utils'; export const Skeleton = component$>(({ ...props }) => { return (
); });