mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
8 lines
157 B
TypeScript
8 lines
157 B
TypeScript
import { VXEComponent } from './component'
|
|
import { VxeTableDefines } from './table'
|
|
|
|
/**
|
|
* 表格扩展 - 表尾
|
|
*/
|
|
export const Footer: VXEComponent<{}>
|