• Example

    import { Elements } from '@reuters-graphics/teams-klaxons';

    Elements.TextBlock('👋 Hello _world_!');

    Parameters

    • text: string

      Markdown-friendly string.

    • Optional options: Omit<TextBlock, "type" | "text">

      Additional TextBlock options

    Returns TextBlock

Generated using TypeDoc