UNPKG

@ly-js/ui

Version:

`@ly-js/ui` 是基于`vue3`常用库,会在`@ly-js/element`、`@ly-js/vant`中引入

22 lines (16 loc) 643 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); require('./basic.js'); var create = require('./create.js'); var withInstall = require('./with-install.js'); var props = require('./props.js'); exports.createBEM = create.createBEM; exports.createNamespace = create.createNamespace; exports.directiveWithInstall = withInstall.directiveWithInstall; exports.withInstall = withInstall.withInstall; exports.buildProp = props.buildProp; exports.buildProps = props.buildProps; exports.definePropType = props.definePropType; exports.keyOf = props.keyOf; exports.mutable = props.mutable; exports.propKey = props.propKey;