You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
333 B
6 lines
333 B
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>;
|