Latest updates from IceHrmPro
This commit is contained in:
10
web/node_modules/rc-table/es/context/TableContext.d.ts
generated
vendored
Normal file
10
web/node_modules/rc-table/es/context/TableContext.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import * as React from 'react';
|
||||
import { GetComponent } from '../interface';
|
||||
export interface TableContextProps {
|
||||
prefixCls: string;
|
||||
getComponent: GetComponent;
|
||||
scrollbarSize: number;
|
||||
direction: 'ltr' | 'rtl';
|
||||
}
|
||||
declare const TableContext: React.Context<TableContextProps>;
|
||||
export default TableContext;
|
||||
Reference in New Issue
Block a user