jxnblk / mdx-deck

♠️ React MDX-based presentation decks
https://mdx-deck.jxnblk.com
MIT License
11.35k stars 603 forks source link

typescript support on v3 #412

Open sibelius opened 5 years ago

sibelius commented 5 years ago

How can we add support to components in .tsx on v3?

danielgwilson commented 5 years ago

+1

jxnblk commented 5 years ago

I haven't used this, but I believe you'll want to use this along with gatsby-theme-mdx-deck https://www.gatsbyjs.org/packages/gatsby-plugin-typescript/

danielgwilson commented 5 years ago

@jxnblk so no way to use MDX Deck v3 with TypeScript "out of the box"? Only with a new Gatsby site, MDX deck theme, and plugins?