Files
icehrm/web/node_modules/antd/es/grid/RowContext.d.ts
T

7 lines
180 B
TypeScript

import { Context } from 'react';
export interface RowContextState {
gutter?: [number, number];
}
declare const RowContext: Context<RowContextState>;
export default RowContext;