UNPKG

@types/linkifyjs

Version:
10 lines (7 loc) 218 B
import * as React from "react"; import { Options } from "./index"; export interface LinkifyProps { options?: Options; tagName?: string; } export default class Linkify extends React.Component<LinkifyProps> {}