UNPKG
mingoo.amotify
Version:
latest (0.0.0)
0.0.0
UI FW for React
github.com/IkkoKoyama/amotify
IkkoKoyama/amotify
mingoo.amotify
/
dist
/
molecules
/
LinkifyText
/
parts.d.ts
4 lines
(3 loc)
•
131 B
TypeScript
View Raw
1
2
3
4
import
{ mols }
from
'@declaration'
;
import
React
from
'react'
;
export
declare
const
LinkifyText
:
React
.
FC
<mols.
LinkifyTextProps
>;