UNPKG

@automattic/social-previews

Version:

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

8 lines 195 B
type Props = { text: string; url: string; forceUrlDisplay?: boolean; }; declare const CustomText: React.FC<Props>; export default CustomText; //# sourceMappingURL=custom-text.d.ts.map