UNPKG

vue-tweet-pure

Version:

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

5 lines (4 loc) 157 B
export * from './twitter-theme/components'; export { default as Tweet } from './tweet.vue'; export * from './utils'; export * from './composables/useTweet';