Latest updates from IceHrmPro
This commit is contained in:
6
web/node_modules/antd/lib/grid/RowContext.d.ts
generated
vendored
Normal file
6
web/node_modules/antd/lib/grid/RowContext.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Context } from 'react';
|
||||
export interface RowContextState {
|
||||
gutter?: [number, number];
|
||||
}
|
||||
declare const RowContext: Context<RowContextState>;
|
||||
export default RowContext;
|
||||
Reference in New Issue
Block a user