UNPKG

@automattic/social-previews

Version:

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

6 lines 407 B
import { LinkedInPreviewProps } from './types'; type OptionalProps = Partial<Pick<LinkedInPreviewProps, 'name' | 'profileImage'>>; export type LinkedInLinkPreviewProps = Omit<LinkedInPreviewProps, keyof OptionalProps> & OptionalProps; export declare function LinkedInLinkPreview(props: LinkedInLinkPreviewProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=link-preview.d.ts.map