UNPKG

@automattic/social-previews

Version:

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

5 lines 216 B
/// <reference types="react" /> import { ThreadsPreviewProps } from './types'; import './style.scss'; export declare const ThreadsPostPreview: React.FC<ThreadsPreviewProps>; //# sourceMappingURL=post-preview.d.ts.map