add types to react-linkify

This commit is contained in:
Przemek Więch
2026-05-11 23:30:56 +02:00
parent 59a88675a6
commit 05da5a5019
3 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +0,0 @@
declare module 'react-linkify' {
export default class Linkify extends React.Component<any, any> {}
}