package slipshow

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

Module Frontmatter.ThemeSource

include Field with type t = [ `Builtin of Themes.t | `External of Asset.t ] loced
Sourcetype t = [ `Builtin of Themes.t | `External of Asset.t ] loced
Sourceval key : string
Sourceval of_string : to_asset:(string -> Asset.t) -> (string * Cmarkit.Textloc.t) -> (t, [ `Msg of string ]) result
Sourceval update_frontmatter : fm -> t -> fm
Sourceval default : t