UNPKG

amotify

Version:

UI Component for React,NextJS,esbuild

11 lines (10 loc) 299 B
/// <reference types="react" /> import { ReactElement } from '../@declares'; declare namespace LinkifyText { type Input = { text: string; placeholder?: ReactElement; }; } declare const LinkifyText: React.FC<LinkifyText.Input>; export { LinkifyText, LinkifyText as default };