UNPKG

@automattic/social-previews

Version:

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

6 lines 294 B
import { jsx as _jsx } from "react/jsx-runtime"; import { BlueskyPostPreview } from './post-preview'; export const BlueskyLinkPreview = (props) => { return _jsx(BlueskyPostPreview, { ...props, user: undefined, media: undefined, customText: "" }); }; //# sourceMappingURL=link-preview.js.map