UNPKG

element-plus

Version:

A Component Library for Vue3.0

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