Latest updates from IceHrmPro
This commit is contained in:
4
web/node_modules/antd/lib/table/util.d.ts
generated
vendored
Normal file
4
web/node_modules/antd/lib/table/util.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import { ColumnType, ColumnTitle, ColumnTitleProps, Key } from './interface';
|
||||
export declare function getColumnKey<RecordType>(column: ColumnType<RecordType>, defaultKey: string): Key;
|
||||
export declare function getColumnPos(index: number, pos?: string): string;
|
||||
export declare function renderColumnTitle<RecordType>(title: ColumnTitle<RecordType>, props: ColumnTitleProps<RecordType>): any;
|
||||
Reference in New Issue
Block a user