tdesign-mobile-vue
Version:
tdesign-mobile-vue
46 lines (42 loc) • 1.29 kB
JavaScript
/**
* tdesign v1.7.0
* (c) 2024 TDesign Group
* @license MIT
*/
import _Cell from './cell.js';
import _CellGroup from './cell-group.js';
import { withInstall } from '../shared/component.js';
import '@babel/runtime/helpers/defineProperty';
import 'vue';
import 'tdesign-icons-vue-next';
import '../config.js';
import './props.js';
import '../form/hooks.js';
import 'lodash/isBoolean';
import '../hooks/useClass.js';
import '../config-provider/useConfig.js';
import 'lodash/isFunction';
import 'lodash/cloneDeep';
import 'lodash/isString';
import '../config-provider/context.js';
import 'lodash/mergeWith';
import 'lodash/merge';
import 'lodash/isArray';
import '../_common/js/global-config/mobile/default-config.js';
import '../_common/js/global-config/mobile/locale/zh_CN.js';
import '../_chunks/dep-d5364bc4.js';
import '@babel/runtime/helpers/typeof';
import '../_chunks/dep-eb734424.js';
import 'dayjs';
import '../hooks/tnode.js';
import 'lodash/camelCase';
import 'lodash/kebabCase';
import '../hooks/render-tnode.js';
import 'lodash/isEmpty';
import 'lodash/isObject';
import '../shared/hover.js';
import './cell-group-props.js';
var Cell = withInstall(_Cell);
var CellGroup = withInstall(_CellGroup);
export { Cell, CellGroup, Cell as default };
//# sourceMappingURL=index.js.map