We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5605cea commit dab3eabCopy full SHA for dab3eab
1 file changed
apps/landing/mdx.d.ts
@@ -0,0 +1,6 @@
1
+declare module '*.mdx' {
2
+ import type { ComponentType } from 'react'
3
+
4
+ const Component: ComponentType
5
+ export default Component
6
+}
0 commit comments