UNPKG
@ximu/notice-bar
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
a react component of notice bar
thesunset.github.io/notice-bar
TheSunset/notice-bar
@ximu/notice-bar
/
dist
/
src
/
NoticeBar.d.ts
9 lines
(8 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/// <reference types="react" />
interface
IProps
{
message
:
string
[];
duration
?:
number
;
newLine
?:
boolean
; }
declare
function
NoticeBar
(
props
:
IProps
):
JSX
.
Element
;
export
default
NoticeBar
;