Skip to content

Commit

Permalink
chore: edit type def
Browse files Browse the repository at this point in the history
  • Loading branch information
eunsukimme committed Sep 16, 2023
1 parent bb8267c commit e9b1c7c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/types/svg.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ declare module '*.svg?rect' {
const src: string;
export default ReactComponent;
}

declare module '*.svg?v2' {
import React = require('react');

export const ReactComponent: REact.FC<React.SVGProps<SVGSVGElement>>;
const src: string;
export default ReactComponent;
}

0 comments on commit e9b1c7c

Please sign in to comment.