UNPKG

@automattic/social-previews

Version:

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

8 lines 327 B
/// <reference types="react" /> import { SocialPreviewBaseProps } from '../types'; import './style.scss'; export type GoogleSearchPreviewProps = Omit<SocialPreviewBaseProps, 'image'> & { siteTitle?: string; }; export declare const GoogleSearchPreview: React.FC<GoogleSearchPreviewProps>; //# sourceMappingURL=index.d.ts.map