UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

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