type Variant = 'form' | 'table' | 'cards' | 'generic'; export function FeaturePreviewSkeleton(props: { variant?: Variant }) { const v = props.variant ?? 'generic'; if (v === 'table') { return (