package odoc

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Types.Heading

type t = {
  1. label : string option;
  2. level : int;
  3. title : Inline.t;
}