UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

6 lines (5 loc) 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>;