Files
vxe-table/types/footer.d.ts

8 lines
138 B
TypeScript

import { VXEComponent } from './component'
/**
* 已废弃
* @deprecated
*/
export const Footer: VXEComponent<{ [key: string]: any }>