DefinitelyTyped/types/linkifyjs/element.d.ts
Summon528 4d63b62600 [linkifyjs] Add types for some more interfaces (#35573)
* Add type definitions for "linkifyjs/string"

* Add type definitions for "linkifyjs/element"

* Update linkifyjs/tsconfig

* Update types/linkifyjs/tsconfig.json

Co-Authored-By: Sean Zhu <interestinglythere@gmail.com>

* Remove trailing comman

* Explicitly specify LinkifyOptions in test

* Link doc in test
2019-05-24 09:47:04 -07:00

5 lines
187 B
TypeScript

import { LinkifyOptions } from "./index";
export function linkifyElement(element: HTMLElement, options?: LinkifyOptions, doc?: HTMLDocument): HTMLElement;
export default linkifyElement;