Skip to content

Commit

Permalink
Removed title attribute from typing
Browse files Browse the repository at this point in the history
  • Loading branch information
epessina committed Jul 20, 2024
1 parent 6694af1 commit b172181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
declare module '*.svg' {
import * as React from 'react'

const ReactComponent: React.FunctionComponent<React.ComponentProps<'svg'> & { title?: string }>
const ReactComponent: React.FunctionComponent<React.ComponentProps<'svg'>>

export default ReactComponent
}
Expand Down

0 comments on commit b172181

Please sign in to comment.