EmbedBox
Components
EmbedBox()
EmbedBox(
props
,context
?):ReactNode
Component used to display an embeded slate content block in order to repost content
Parameters
Parameter | Type |
---|---|
props | IEmbedEntryBox |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/EmbedBox/index.tsx:20
Interfaces
IEmbedEntryBox
Properties
Property | Type |
---|---|
embedEntryAuthorData | AkashaProfile |
slateContent | Descendant [] |
transformSource | (src : Image ) => Image |