UNPKG

next

Version:

The React Framework

6 lines (5 loc) 137 B
import React from 'react'; export declare const HotlinkedText: React.FC<{ text: string; matcher?: (text: string) => boolean; }>;