Skip to content

Commit

Permalink
fix: add ?inline css query typings (vitejs#4570)
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx authored and aleclarson committed Nov 8, 2021
1 parent 2f690ad commit b48034c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/vite/client.d.ts
Original file line number Diff line number Diff line change
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 b48034c

Please sign in to comment.