UNPKG

@automattic/social-previews

Version:

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

10 lines 483 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BlueskyLinkPreview = void 0; const jsx_runtime_1 = require("react/jsx-runtime"); const post_preview_1 = require("./post-preview"); const BlueskyLinkPreview = (props) => { return (0, jsx_runtime_1.jsx)(post_preview_1.BlueskyPostPreview, { ...props, user: undefined, media: undefined, customText: "" }); }; exports.BlueskyLinkPreview = BlueskyLinkPreview; //# sourceMappingURL=link-preview.js.map