TComponent
Bun

type

markdown.Component

type Component<P = {}> = string | (props: P) => any | new (props: P) => any

A component that accepts props P: a function, class, or HTML tag name.