mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
11 lines
242 B
TypeScript
11 lines
242 B
TypeScript
import { VXEComponent } from './component'
|
|
|
|
/**
|
|
* 表格扩展 - 键盘导航
|
|
*/
|
|
export const VxeLoading: VXEComponent<{[key: string]: any }>
|
|
/**
|
|
* 表格扩展 - 键盘导航
|
|
*/
|
|
export const Loading: VXEComponent<{ [key: string]: any }>
|