UNPKG

@automattic/social-previews

Version:

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

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