UNPKG

element-plus

Version:

A Component Library for Vue 3

9 lines (6 loc) 248 B
import Text from './src/text2.mjs'; export { textProps } from './src/text.mjs'; import { withInstall } from '../../utils/vue/install.mjs'; const ElText = withInstall(Text); export { ElText, ElText as default }; //# sourceMappingURL=index.mjs.map