UNPKG

@automattic/social-previews

Version:

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

4 lines 312 B
import { LinkedInPreviewProps } from './types'; import './style.scss'; export declare function LinkedInPostPreview({ articleReadTime, image, jobTitle, name, profileImage, description, media, title, url, }: LinkedInPreviewProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=post-preview.d.ts.map