Closed JoshuaKGoldberg closed 9 months ago
Ping @saurabhnemade - is this something you'd be up for receiving a PR on?
Closing out my old issues for repos I no longer have context on. If anybody has a need for what this issue was asking about, I'd encourage them/you to file a new issue. Cheers!
👋 Hi! I just learned about this library, and it's great - thanks for making it!
I'm working on it in a TypeScript codebase and want to refer to the type of props for a component (e.g. the
TwitterTweetEmbedProps
interface corresponding toTwitterTweetEmbed
). But the props types aren't exported indist/index.d.ts
. Could they be, please?In the meantime, we can use
React.ComponentProps<typeof TwitterTweetEmbed>
& similar in our components. But that's a lot of code.I'd be happy to submit a PR! ❤️