UNPKG

element-plus

Version:

A Component Library for Vue 3

6 lines (5 loc) 205 B
import Text from './src/text.vue'; import type { SFCWithInstall } from 'element-plus/es/utils'; export declare const ElText: SFCWithInstall<typeof Text>; export default ElText; export * from './src/text';