Skip to content

Commit

Permalink
chore: fix md type (#247)
Browse files Browse the repository at this point in the history
Signed-off-by: yazhou <yazhouhu@yunify.com>
  • Loading branch information
yazhouio authored Jun 14, 2024
1 parent c1b0202 commit 8fdb001
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/declarations.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
declare module '*.md' {
const content: string;
export default content;
}

0 comments on commit 8fdb001

Please sign in to comment.