import * as React from "react"; import type { ListRowDensityProp } from "../../props/components/data-display.prop.js"; /** * ListRow vertical/inline geometry — `default` (the roomy entity row) or `compact` (the * inline-actions row: avatar + title + small trailing Buttons on one line in a narrow card). * A ListRow-local subset of the density vocabulary — it has no `comfortable` step. */ export type ListRowDensity = ListRowDensityProp; /** * ListRow — a single-line entity row (indicator · leading · title/description · trailing) for * SHORT lists inside a Card: active sessions, API tokens, linked accounts, passkeys, MFA factors, * invitations, notifications. Use it INSTEAD of a hand-rolled `
`. */ export interface ListRowProps extends Omit, "title"> { /** * Render element — `div` (default) or `li` when the parent is a `