pub type Component<P = ()> = fn(P) -> Element;
A Component is a function that takes Properties and returns an Element.
Component
Properties
Element