Skip to content

Commit 7acc8fe

Browse files
authored
chore(design-system): fix mdx type syntax issue [AR-69960] (drivenets#536)
1 parent 5476510 commit 7acc8fe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
declare module '*.mdx' {
2-
declare const content: React.ComponentType;
2+
const content: React.ComponentType;
3+
34
export default content;
45
}

0 commit comments

Comments
 (0)