tdesign-vue-next
Version:
TDesign Component for vue-next
44 lines (40 loc) • 1.34 kB
JavaScript
/**
* tdesign v1.11.5
* (c) 2025 tdesign
* @license MIT
*/
import _Checkbox from './checkbox.js';
import _Group from './group.js';
import withInstall from '../utils/withInstall.js';
import '@babel/runtime/helpers/slicedToArray';
import '@babel/runtime/helpers/defineProperty';
import 'vue';
import 'lodash-es';
import './props.js';
import '../hooks/useVModel.js';
import '../hooks/useRipple.js';
import '../hooks/useKeepAnimation.js';
import '../config-provider/hooks/useConfig.js';
import '../config-provider/utils/context.js';
import '../_chunks/dep-c75b9b8e.js';
import '@babel/runtime/helpers/typeof';
import '../_chunks/dep-caecb55d.js';
import 'dayjs';
import '../hooks/useConfig.js';
import '../_chunks/dep-d60f6309.js';
import '../_chunks/dep-7c56a7f5.js';
import '../utils/render-tnode.js';
import './consts/index.js';
import './hooks/useCheckboxLazyLoad.js';
import '../_chunks/dep-8c2d2d85.js';
import './hooks/useKeyboardEvent.js';
import '../_chunks/dep-d2f3d117.js';
import '../hooks/useDisabled.js';
import '../hooks/useReadonly.js';
import '@babel/runtime/helpers/toConsumableArray';
import './checkbox-group-props.js';
import '../hooks/slot.js';
var Checkbox = withInstall(_Checkbox);
var CheckboxGroup = withInstall(_Group);
export { Checkbox, CheckboxGroup, Checkbox as default };
//# sourceMappingURL=index.js.map