UNPKG

vue-tweet-pure

Version:

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

19 lines (18 loc) 1.06 kB
export * from './default-theme'; export * from './icons'; export * from './quoted-tweet'; export { default as EmbeddedTweet } from './embedded-tweet.vue'; export { default as TweetActionsCopy } from './tweet-actions-copy.vue'; export { default as TweetActions } from './tweet-actions.vue'; export { default as TweetBody } from './tweet-body.vue'; export { default as TweetContainer } from './tweet-container.vue'; export { default as TweetHeader } from './tweet-header.vue'; export { default as TweetInReplyTo } from './tweet-in-reply-to.vue'; export { default as TweetInfoCreatedAt } from './tweet-info-created-at.vue'; export { default as TweetInfo } from './tweet-info.vue'; export { default as TweetLink } from './tweet-link.vue'; export { default as TweetMediaVideo } from './tweet-media-video.vue'; export { default as TweetMedia } from './tweet-media.vue'; export { default as TweetNotFound } from './tweet-not-found.vue'; export { default as TweetReplies } from './tweet-replies.vue'; export { default as TweetSkeleton } from './tweet-skeleton.vue';