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
/
hollowText
/
index.d.ts
8 lines
(7 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
FC
}
from
'react'
;
import
'./index.less'
;
interface
HollowTextProps
{
title
:
string
; }
declare
const
HollowText
:
FC
<
HollowTextProps
>;
export
default
HollowText
;