Teleforge API Reference - v0.1.0
    Preparing search index...

    Function TgText

    • Displays themed text using Telegram-friendly typography presets.

      Parameters

      Returns DetailedReactHTMLElement<
          {
              className: string
              | undefined;
              style:
                  | {
                      fontSize: "15px";
                      fontWeight: 400;
                      color: string;
                      display: "inline-block";
                  }
                  | {
                      fontSize: "13px";
                      fontWeight: 400;
                      color: string;
                      display: "inline-block";
                  }
                  | {
                      fontSize: "13px";
                      fontWeight: 400;
                      color: string;
                      display: "inline-block";
                  }
                  | {
                      fontSize: "17px";
                      fontWeight: 600;
                      color: string;
                      display: "inline-block";
                  }
                  | {
                      fontSize: "22px";
                      fontWeight: 700;
                      color: string;
                      display: "inline-block";
                  };
          },
          HTMLElement,
      >