UNPKG

@automattic/social-previews

Version:

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

5 lines 219 B
/// <reference types="react" /> import type { TumblrPreviewProps } from './types'; import './styles.scss'; export declare const TumblrLinkPreview: React.FC<TumblrPreviewProps>; //# sourceMappingURL=link-preview.d.ts.map