Skip to content

Commit

Permalink
Remove outdated MDX import types (#6024)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoustaphaDev committed Jan 30, 2023
1 parent b6bed15 commit 98a4a91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/gentle-weeks-lie.md
@@ -0,0 +1,5 @@
---
'astro': patch
---

Remove `rawContent()` and `compiledContent()` from MDX import types
2 changes: 0 additions & 2 deletions packages/astro/client-base.d.ts
Expand Up @@ -112,8 +112,6 @@ declare module '*.mdx' {
export const url: MDX['url'];
export const getHeadings: MDX['getHeadings'];
export const Content: MDX['Content'];
export const rawContent: MDX['rawContent'];
export const compiledContent: MDX['compiledContent'];

const load: MDX['default'];
export default load;
Expand Down

0 comments on commit 98a4a91

Please sign in to comment.