Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: Add typing for svg raw imports
Signed-off-by: Louis Chemineau <[email protected]>
  • Loading branch information
artonge committed Aug 18, 2025
commit 60faa4107274ecb40ac27639ee778109849de8f8
5 changes: 5 additions & 0 deletions src/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ declare global {
}

export {}

declare module '*.svg?raw' {
const content: string
export default content
}