UNPKG

element-plus

Version:

A Component Library for Vue3.0

5 lines (4 loc) 170 B
import Empty from './src/index.vue'; import type { SFCWithInstall } from '../utils/types'; declare const _Empty: SFCWithInstall<typeof Empty>; export default _Empty;