A standard headline and body text.

StandardTextModule

interface StandardTextModule {
    body: ParagraphComponent;
    headline?: TextComponent;
}

Properties

Properties

StandardTextModule

headline?: TextComponent

StandardTextModule