UNPKG

@dapplets/dapplet-extension

Version:
6 lines (5 loc) 139 B
import React from 'react'; export type LinkifyProps = { children: string; }; export declare const LinkifyText: React.FC<LinkifyProps>;