6 lines
229 B
TypeScript
6 lines
229 B
TypeScript
/**
|
|
* Same as `rc-component/table` but we modify trigger children update logic instead.
|
|
*/
|
|
declare const RcVirtualTable: import("@rc-component/table/lib/VirtualTable").ForwardGenericVirtualTable;
|
|
export default RcVirtualTable;
|