UNPKG

@automattic/social-previews

Version:

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

7 lines 295 B
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