UNPKG

@nayan-ui/react

Version:

Reusable Component Library for ReactJS.

7 lines 268 B
import React from 'react'; export interface NLinkifyProps { children: any; className?: string; } export declare const NLinkify: React.MemoExoticComponent<(props: NLinkifyProps) => import("react/jsx-runtime").JSX.Element>; //# sourceMappingURL=NLinkify.d.ts.map