UNPKG

@automattic/social-previews

Version:

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

4 lines 299 B
import { NextdoorPreviewProps } from './types'; import './style.scss'; export declare function NextdoorPostPreview({ image, name, profileImage, description, neighborhood, media, title, url, }: NextdoorPreviewProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=post-preview.d.ts.map