@automattic/social-previews
Version:
A suite of components to generate previews for a post for both social and search engines.
8 lines • 314 B
TypeScript
/// <reference types="react" />
import { Formatter } from '../helpers';
export declare const blueskyTitle: Formatter;
export declare const blueskyBody: (text: string, options?: {
offset?: number;
}) => import("react").ReactNode;
export declare const blueskyUrl: Formatter;
//# sourceMappingURL=helpers.d.ts.map