UNPKG

element-plus

Version:

A Component Library for Vue3.0

5 lines (4 loc) 206 B
import TableColumn from '../el-table/src/tableColumn'; import type { SFCWithInstall } from '../utils/types'; declare const _TableColumn: SFCWithInstall<typeof TableColumn>; export default _TableColumn;