UNPKG

@easyui/element-plus-pro

Version:

This is an extended ui components library for element-plus

5 lines (4 loc) 192 B
import { Plugin } from 'vue'; import { default as SortTable } from './sort-table.vue'; export declare const SSortTable: Plugin; export type SortTableInstance = InstanceType<typeof SortTable>;