UNPKG

react-tiny-link

Version:

> Convert your links into beautiful previews

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