Documentation Index
Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt
Use this file to discover all available pages before exploring further.
DocHeading
Summary
Represents a section header similar to an HTML<h1> or <h2> element.
Signature
Constructors
constructor
Constructs a new DocHeading.Properties
kind
Modifiers: readonly Type:get kind(): string;
Default: “
level
Modifiers: readonly Type:readonly level: number;
Default: “
title
Modifiers: readonly Type:readonly title: string;
Default: “

