UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

14 lines (9 loc) 371 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var ivueArrowDownIcon = require('./ivue-arrow-down-icon.js'); var index = (app) => { app.component(ivueArrowDownIcon["default"].name, ivueArrowDownIcon["default"]); }; exports.IvueArrowDownIcon = ivueArrowDownIcon["default"]; exports["default"] = index; //# sourceMappingURL=index.js.map