
### dataHook
- type: string
- description: No description
### title
- type: string
- description: A social post link title
### description
- type: string
- description: A social post link description
### previewUrl
- type: string
- description: A url representation of the social post link
### media
- type: ReactNode
- description: A slot to render a media item, most common will be the ImageViewer component
### skin
- type: "twitter" | "social"
- description: Changes the style of the preview
- default: 'social'
### size
- type: "small" | "large"
- description: Specifies the size of the preview. Size small works only in combination with twitter skin
- default: 'large'

