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