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