Interface TemplatePreviewPropsBeta
Properties
Optional Betadescription
description?: ReactNode
Optional BetaisPlaceholder
isPlaceholder?: boolean
Optional Betasubtitle
subtitle?:
| ReactNode
| ElementType<{ layout: "default" }, (keyof IntrinsicElements)>
Optional Betatitle
title?:
| ReactNode
| ElementType<{ layout: "default" }, (keyof IntrinsicElements)>
Hidden