interface ProfilePageOptions {
    profileGroups: ComponentType<BlockComponentProps>[];
    title: ((t) => string);
}

Properties

Properties

profileGroups: ComponentType<BlockComponentProps>[]

An array of profile option groups to render

title: ((t) => string)

Title of the page

Type declaration

    • (t): string
    • Title of the page

      Parameters

      Returns string

Generated using TypeDoc