interface ProfileGroupProps {
    rows: ReactNode[];
    title: string;
}

Properties

Properties

rows: ReactNode[]

The array of profile rows to render

title: string

The group title

Generated using TypeDoc