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
/
amazingCard
/
index.d.ts
11 lines
(10 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
FC
}
from
'react'
;
import
'./index.less'
;
interface
AmazingCardProps
{
/** * */
title
:
string
; }
declare
const
AmazingCard
:
FC
<
AmazingCardProps
>;
export
default
AmazingCard
;