@automattic/social-previews
Version:
A suite of components to generate previews for a post for both social and search engines.
8 lines • 351 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { ThreadsPostPreview } from './post-preview';
export const ThreadsLinkPreview = (props) => {
return (_jsx(ThreadsPostPreview, { ...props,
// Override the props that are irrelevant to link preview
caption: "", media: undefined }));
};
//# sourceMappingURL=link-preview.js.map