@ray-js/smart-ui
Version:
轻量、可靠的智能小程序 UI 组件库
10 lines (9 loc) • 357 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Loading = void 0;
var Loading_1 = __importDefault(require("./Loading"));
var Loading = Loading_1.default;
exports.Loading = Loading;