Skip to content

Commit

Permalink
fix: add ?inline css query typings (#4570)
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Aug 11, 2021
1 parent 5c0f0a3 commit c8a17a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/vite/client.d.ts
Expand Up @@ -193,3 +193,8 @@ declare module '*?url' {
const src: string
export default src
}

declare module '*?inline' {
const src: string
export default src
}

0 comments on commit c8a17a2

Please sign in to comment.