UNPKG
@nayan-ui/react
Version:
latest (1.0.0)
2.0.0-beta.9
2.0.0-beta.8
2.0.0-beta.7
2.0.0-beta.6
2.0.0-beta.5
2.0.0-beta.4
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta.0
1.0.0
1.0.0-beta.11
Reusable Component Library for ReactJS.
www.nayanui.com
ursnj/nayan
@nayan-ui/react
/
dist
/
components
/
NLinkify.d.ts
7 lines
•
268 B
TypeScript
View Raw
1
2
3
4
5
6
7
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