UNPKG
@uni/loading
Version:
beta (1.0.4-beta)
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.4-beta
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta
github.com/raxjs/universal-api
raxjs/universal-api
@uni/loading
/
es
/
bytedance-microapp
/
hideLoading.js
6 lines
•
236 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ normalizeHide }
from
"../common"
;
import
{
CONTAINER_NAME
}
from
"../_utils/constant"
;
export
var
hideLoading =
normalizeHide
(
function
(
args
) {
return
tt.
hideLoading
(args); },
CONTAINER_NAME
.
BYTE
);
export
default
hideLoading;