UNPKG

@automattic/social-previews

Version:

A suite of components to generate previews for a post for both social and search engines.

8 lines 348 B
import { jsx as _jsx } from "react/jsx-runtime"; import { TwitterPostPreview } from './post-preview'; export const TwitterLinkPreview = (props) => { return (_jsx(TwitterPostPreview, { ...props, // Override the props that are irrelevant to link preview text: "", media: undefined })); }; //# sourceMappingURL=link-preview.js.map