UNPKG

vue-tweet-pure

Version:

A Vue 3 component for embedding tweets in your Vue.js applications.

6 lines (5 loc) 201 B
import type { Tweet } from './types'; /** * Returns a tweet from the Twitter syndication API. */ export declare function getTweet(id: string, fetchOptions?: RequestInit): Promise<Tweet | undefined>;