UNPKG

@easyui/element-plus-pro

Version:

This is an extended ui components library for element-plus

5 lines (4 loc) 171 B
import { Plugin } from 'vue'; import { default as Table } from './table.vue'; export declare const STable: Plugin; export type TableInstance = InstanceType<typeof Table>;