Type alias WithText

WithText: {
    text?: string;
}

Defines attributes for a help section with text content.

Type declaration

  • Optional Readonly text?: string

    The section content. May contain inline styles.