Skip to content

Commit dab3eab

Browse files
committed
Fix type issue
1 parent 5605cea commit dab3eab

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

apps/landing/mdx.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)