Files
copilot-toolbox-sdfdsfds/node_modules/rc-table/lib/utils/legacyUtil.d.ts
2026-01-16 01:51:36 +00:00

6 lines
333 B
TypeScript

import type { ExpandableConfig, LegacyExpandableProps } from '../interface';
export declare const INTERNAL_COL_DEFINE = "RC_TABLE_INTERNAL_COL_DEFINE";
export declare function getExpandableProps<RecordType>(props: LegacyExpandableProps<RecordType> & {
expandable?: ExpandableConfig<RecordType>;
}): ExpandableConfig<RecordType>;