UNPKG

hongluan-business-ui

Version:
12 lines (9 loc) 271 B
import { makeInstaller } from './make-installer.mjs'; import Components from './component.mjs'; import Plugins from './plugin.mjs'; var installer = makeInstaller([ ...Components, ...Plugins ]); export { installer as default }; //# sourceMappingURL=defaults.mjs.map