UNPKG

next

Version:

The React Framework

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