UNPKG

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