UNPKG
@toutix/whitelabel
Version:
latest (1.0.1)
1.0.1
1.0.0
Toutix whitelabel React container components
github.com/toutix/toutix-web-v2
toutix/toutix-web-v2
@toutix/whitelabel
/
dist
/
src
/
lib
/
toast-utill.d.ts
4 lines
•
267 B
TypeScript
View Raw
1
2
3
4
export
declare
const
showError
:
(
description
:
string
,
title
?:
string
) =>
void
;
export
declare
const
showSuccess
:
(
description
:
string
,
title
?:
string
) =>
void
;
export
declare
const
showCommonApiError
:
(
cause
:
string
) =>
void
;
//# sourceMappingURL=toast-utill.d.ts.map