legacyUtil.d.ts 333 B

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