PromoCursed/node_modules/antd/lib/grid/RowContext.d.ts

7 lines
183 B
TypeScript
Raw Normal View History

2024-08-20 23:25:37 +04:00
export interface RowContextState {
gutter?: [number, number];
wrap?: boolean;
}
declare const RowContext: import("react").Context<RowContextState>;
export default RowContext;