forgeplus-react/node_modules/antd/lib/grid/RowContext.d.ts

7 lines
207 B
TypeScript

import { Context } from '@ant-design/create-react-context';
export interface RowContextState {
gutter?: [number, number];
}
declare const RowContext: Context<RowContextState>;
export default RowContext;