@uni/loading
Version:
9 lines (8 loc) • 322 B
TypeScript
import showLoading from './showLoading';
import hideLoading from './hideLoading';
export { showLoading, hideLoading, };
declare const _default: {
showLoading: (args?: import("../types").ShowOptions) => Promise<any>;
hideLoading: (args?: import("../types").HideOptions) => Promise<any>;
};
export default _default;