UNPKG

@automattic/social-previews

Version:

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

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