import Tweet from "react-tweet-embed"; type Props = { id: string; options?: object; className?: string; }; const TweetEmbed = ({ id, className, options }: Props) => ( ); export default TweetEmbed;