UNPKG

@automattic/social-previews

Version:

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

5 lines 294 B
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