.. _misc: ############# Miscellaneous ############# .. py:type:: Primitive :module: seamless.types :canonical: Union[str, int, float, bool, None] .. py:type:: Renderable :module: seamless.types :canonical: Union[Component, Element] .. py:type:: ChildType :module: seamless.types :canonical: Union[Renderable, Primitive] .. py:type:: ChildrenType :module: seamless.types :canonical: Collection[ChildType] .. py:type:: RenderResult :module: seamless.types :canonical: Renderable | Primitive