@automattic/social-previews
Version:
A suite of components to generate previews for a post for both social and search engines.
6 lines • 316 B
TypeScript
/// <reference types="react" />
import { SocialPreviewsBaseProps } from '../types';
import { TumblrPreviewProps } from './types';
export type TumblrPreviewsProps = TumblrPreviewProps & SocialPreviewsBaseProps;
export declare const TumblrPreviews: React.FC<TumblrPreviewsProps>;
//# sourceMappingURL=previews.d.ts.map