{icon ?
{icon} : null}
{leadingStatus ?
{status}
: null}
{title}
{description ? {description} : null}
{metadata ? {metadata} : null}
{progress ?
: null}
{!progress && status && statusPlacement === "trailing" ?
{status}
: null}
{actions ?
{actions}
: null}
;
}
export function ResourceList({ className, children, ...props }: HTMLAttributes