@automattic/social-previews
Version:
A suite of components to generate previews for a post for both social and search engines.
8 lines • 331 B
TypeScript
import { SocialPreviewBaseProps, SocialPreviewsBaseProps } from '../types';
export type NextdoorPreviewProps = SocialPreviewBaseProps & {
neighborhood?: string;
name: string;
profileImage: string;
};
export type NextdoorPreviewsProps = NextdoorPreviewProps & SocialPreviewsBaseProps;
//# sourceMappingURL=types.d.ts.map