tdesign-mobile-vue
Version:
tdesign-mobile-vue
44 lines (40 loc) • 1.47 kB
JavaScript
/**
* tdesign v1.15.0
* (c) 2026 TDesign Group
* @license MIT
*/
import _Typography from './typography.js';
import _Text from './text.js';
export { default as Text } from './text.js';
import _Title from './title.js';
export { default as Title } from './title.js';
import _Paragraph from './paragraph.js';
export { default as Paragraph } from './paragraph.js';
import { withInstall } from '../shared/component.js';
import 'vue';
import '../hooks/tnode.js';
import 'lodash-es';
import '../hooks/render-tnode.js';
import '../_common/js/utils/general.js';
import '@babel/runtime/helpers/typeof';
import 'tdesign-icons-vue-next';
import '../hooks/useClass.js';
import '../config-provider/useConfig.js';
import '@babel/runtime/helpers/defineProperty';
import '../config-provider/context.js';
import '../_common/js/global-config/mobile/default-config.js';
import '../_common/js/global-config/mobile/locale/zh_CN.js';
import '../_chunks/dep-5428cfc4.js';
import '../_chunks/dep-db9f269e.js';
import 'dayjs';
import './text-props.js';
import './ellipsis.js';
import './paragraph-props.js';
import '../_util/copy-to-clipboard.js';
import './title-props.js';
var Typography = withInstall(_Typography);
var TypographyText = withInstall(_Text);
var TypographyTitle = withInstall(_Title);
var TypographyParagraph = withInstall(_Paragraph);
export { Typography, TypographyParagraph, TypographyText, TypographyTitle, Typography as default };
//# sourceMappingURL=index.js.map