UNPKG
@nicecode/funny
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
funny,一些有趣的代码,funny code
nicecoders.github.io
nicecoders/nicecode
@nicecode/funny
/
es
/
gradientText
/
index.d.ts
8 lines
(7 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
FC
}
from
'react'
;
import
'./index.less'
;
interface
GradientTextProps
{
text
:
string
; }
declare
const
GradientText
:
FC
<
GradientTextProps
>;
export
default
GradientText
;