Files
copilot-toolbox-template-121/node_modules/antd/lib/table/RcTable/index.d.ts
2026-01-16 02:20:32 +00:00

6 lines
180 B
TypeScript

/**
* Same as `rc-table` but we modify trigger children update logic instead.
*/
declare const RcTable: import("rc-table/lib/Table").ForwardGenericTable;
export default RcTable;