-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
I needed typings to use this library in my React app using Typescript, but couldn't find any. I didn't want to create a perfect file, but just needed something that works. This "index.d.ts" did it for me. In case anyone wants to re-use this or improve it, so it may be included as part of this library : feel free.
declare module 'react-linkify' {
export default class Linkify extends React.Component<any, any> {
}
}
maksis, ollierob, saiboten, nantokaworks, statico and 7 more
Metadata
Metadata
Assignees
Labels
No labels