first commit
This commit is contained in:
5
frontend/node_modules/rc-table/es/utils/legacyUtil.d.ts
generated
vendored
Normal file
5
frontend/node_modules/rc-table/es/utils/legacyUtil.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
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>;
|
||||
Reference in New Issue
Block a user