UNPKG

@automattic/social-previews

Version:

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

6 lines 326 B
/// <reference types="react" /> import { SocialPreviewsBaseProps } from '../types'; import { MastodonPreviewProps } from './types'; export type MastodonPreviewsProps = MastodonPreviewProps & SocialPreviewsBaseProps; export declare const MastodonPreviews: React.FC<MastodonPreviewsProps>; //# sourceMappingURL=previews.d.ts.map