mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* 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
5 lines
187 B
TypeScript
5 lines
187 B
TypeScript
import { LinkifyOptions } from "./index";
|
|
|
|
export function linkifyElement(element: HTMLElement, options?: LinkifyOptions, doc?: HTMLDocument): HTMLElement;
|
|
export default linkifyElement;
|