• Example

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

    Elements.Fact('name', 'Jane Doe');

    Note: Use this within a FactSet, not on its own.

    Parameters

    • title: string

      Title

    • value: string

      Markdown-friendly value

    Returns Fact

Generated using TypeDoc