export function TweetButton(props: { tweetText?: string }) { const { tweetText } = props return ( Tweet ) }