UNPKG

matrix-react-sdk

Version:
15 lines (14 loc) 515 B
import * as linkifyjs from "linkifyjs"; import { Opts } from "linkifyjs"; import linkifyElement from "linkify-element"; import linkifyString from "linkify-string"; export declare enum Type { URL = "url", UserId = "userid", RoomAlias = "roomalias" } export declare const ELEMENT_URL_PATTERN: string; export declare const options: Opts; export declare const linkify: typeof linkifyjs; export declare const _linkifyElement: typeof linkifyElement; export declare const _linkifyString: typeof linkifyString;