UNPKG

react-tiny-link

Version:

> Convert your links into beautiful previews

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