A component that accepts props P: a function, class, or HTML tag name.
type alias Component | Bun module | Bun BuildDocsReferenceGuidesBlogDiscord/Bun/markdown/ComponentTComponent BuildDocsReferenceGuidesBlogDiscord /Bun/markdown/ComponentTComponent markdown.Componenttype ComponentP = {}> = string | (props: P) => any | new (props: P) => any
Search the reference...
/
type
Resources
ReferenceDocsGuidesDiscordMerch StoreGitHubBlogToolkit
RuntimePackage managerTest runnerBundlerPackage runnerProject
Bun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseBaked with ❤️ in San Francisco
We're hiring →type alias Component | Bun module | Bun,AI智能索引,全网链接索引,智能导航,网页索引
- A component that accepts props `P`: a function, class, or HTML tag name.