UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

9 lines (8 loc) 235 B
import type { Context } from 'react'; export interface RowContextState { gutter?: [number, number]; wrap?: boolean; supportFlexGap?: boolean; } declare const RowContext: Context<RowContextState>; export default RowContext;