UNPKG

@automattic/social-previews

Version:

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

12 lines 540 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ThreadsLinkPreview = void 0; const jsx_runtime_1 = require("react/jsx-runtime"); const post_preview_1 = require("./post-preview"); const ThreadsLinkPreview = (props) => { return ((0, jsx_runtime_1.jsx)(post_preview_1.ThreadsPostPreview, { ...props, // Override the props that are irrelevant to link preview caption: "", media: undefined })); }; exports.ThreadsLinkPreview = ThreadsLinkPreview; //# sourceMappingURL=link-preview.js.map