5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
import React from 'react';
|
|
export declare const HotlinkedText: React.FC<{
|
|
text: string;
|
|
}>;
|