interface FormFieldGroupHeaderTitleTextObject {
    id: string;
    text: ReactNode;
}

Hierarchy (view full)

Properties

Properties

id: string

The applied to the title div for accessibility

text: ReactNode

Title text.