Skip to content

Files

Latest commit

 

History

History
14 lines (8 loc) · 445 Bytes

Component.type.md

File metadata and controls

14 lines (8 loc) · 445 Bytes

abstract type Component

Documentation / API Reference / Component type

This is the base class of everything that can be mounted into the DOM.

  • abstract member Map

    • Signature: abstract member Map : unit -> ReactElement

    Defines how the given Component instance is represented with React.