mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
11 lines
213 B
TypeScript
11 lines
213 B
TypeScript
import { VXETableComponent } from './component'
|
|
|
|
/**
|
|
* 组件 - 加载中
|
|
*/
|
|
export declare class VxeLoading extends VXETableComponent {}
|
|
/**
|
|
* 组件 - 加载中
|
|
*/
|
|
export class Loading extends VxeLoading {}
|