UNPKG
dareway-rui
Version:
latest (2.2.36)
2.2.36
dareway-rui
/
build
/
util
/
MsgBox
/
index.d.ts
8 lines
(6 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
namespace
MsgBox
{
function
show
(
msg
:
string
,
detail
?:
string
):
void
;
function
warn
(
msg
:
string
,
detail
?:
string
):
void
;
function
error
(
msg
:
string
,
detail
?:
string
):
void
; }
export
default
MsgBox
;