interface ProfileGroupOptions {
    optionItems: (LinkRowProfileOptionItem | ToggleRowProfileOptionItem)[];
    title: ((t) => string);
}

Properties

Properties

An array of LinkRowProfileProps which make up the profile settings

title: ((t) => string)

The title for the profile settings group. This will use translation.

Type declaration

    • (t): string
    • The title for the profile settings group. This will use translation.

      Parameters

      Returns string

Generated using TypeDoc