UNPKG

@uni/loading

Version:
6 lines 236 B
import { normalizeShow } from "../common"; import { CONTAINER_NAME } from "../_utils/constant"; export var showLoading = normalizeShow(function (args) { return ks.showLoading(args); }, CONTAINER_NAME.KWAI); export default showLoading;