Shared layout component for `DevSectionPage` list rows, providing a consistent two-column structure (title/subtitle/description left, badges right) with matching skeleton states to prevent layout shift during loading. ## Key Components | Export | Type | Description | |---|---|---| | `DevCardRowContent` | Component | Main row layout with fixed min-height blocks for title, subtitle, and description columns | | `DevCardRowContentProps` | Interface | Props contract for `DevCardRowContent` | | `DevCardRowSkeleton` | Component | Single animated skeleton row mirroring `DevCardRowContent` min-heights | | `DevCardRowSkeletonList` | Component | Bordered card wrapping `n` skeleton rows (default: 5); used by delivery and tickets list shells | ## Usage Example ```typescript // Static row (e.g. delivery surface)