UNPKG

react-tiny-link

Version:

> Convert your links into beautiful previews

13 lines (12 loc) 332 B
import { ReactTinyLinkType } from '../../ReactTinyLinkTypes'; declare const _default: (url: any, htmlDoc: any, defaultMedia: any) => Promise<{ title: any; content: any; url: any; image: any[]; description: any; video: any[]; type: ReactTinyLinkType; publisher: string[]; }>; export default _default;