import type { DeviceModel } from '@seamapi/types/devicedb' import { SupportedDeviceRow } from 'lib/seam/components/SupportedDeviceTable/SupportedDeviceRow.js' interface SupportedDeviceContentRowsProps { deviceModels: DeviceModel[] } export function SupportedDeviceContentRows({ deviceModels, }: SupportedDeviceContentRowsProps): JSX.Element | null { return (