Home > @uniformdev/design-system > ProgressListProps
ProgressListProps type
Signature:
type ProgressListProps = React__default.HTMLAttributes<HTMLOListElement> & {
items: ProgressListItem[];
inProgressId?: string;
autoEllipsis?: boolean;
};
References: ProgressListItem