PromoCursed/node_modules/antd/lib/grid/RowContext.d.ts
2024-08-20 23:25:37 +04:00

7 lines
183 B
TypeScript

export interface RowContextState {
gutter?: [number, number];
wrap?: boolean;
}
declare const RowContext: import("react").Context<RowContextState>;
export default RowContext;