UNPKG
fast-alert
Version:
latest (1.2.5)
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
fast alert which can modify
fast-alert
/
lib
/
index.d.ts
11 lines
•
282 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
declare
module
'fast-alert'
{
const
showAlert
:
(
message
:
string
,
width
?:
string
,
textColor
?:
string
,
backgroundColor
?:
string
,
position
?:
'top'
|
'bottom'
|
'center'
,
duration
?:
number
) =>
void
;
export
default
showAlert; }