package matcha

  1. Overview
  2. Docs

Module Matcha

module Element : sig ... end
module Component : sig ... end
module Context : sig ... end
module Event : sig ... end
module Hooks : sig ... end
module Key : sig ... end
module Runtime : sig ... end
module Terminal : sig ... end
module Text = Element.Text
module Bold = Element.Bold
module Dim = Element.Dim
module Italic = Element.Italic
module Underline = Element.Underline
module Inverted = Element.Inverted
module Column = Element.Column
module Row = Element.Row
module Box = Element.Box
module BoxChars = Element.BoxChars
val repeatString : string -> int -> string
val padToWidth : string -> int -> string
val visibleLength : string -> int
val splitLines : string -> string list