UNPKG
@molejs/mole-components-web
Version:
latest (1.4.6)
1.4.6
1.4.4
1.4.0
1.3.20
1.3.19
1.3.15
1.3.13
1.3.12
1.3.10
1.3.9
1.3.5
1.3.4
1.3.3
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.3.1
0.3.0
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.45
0.0.44
0.0.43
0.0.41
0.0.39
0.0.36
0.0.35
0.0.34
0.0.33
0.0.32
0.0.3
React组件库
@molejs/mole-components-web
/
es
/
notice-bar
/
PropsType.d.ts
8 lines
(7 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
export
interface
NoticeBarPropsType
{
mode
?:
'closable'
|
'link'
;
onClick
?:
() =>
void
;
icon
?:
React
.
ReactElement
<
any
>;
action
?:
React
.
ReactElement
<
any
>; }