UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

8 lines (7 loc) 215 B
/// <reference types="react" /> export interface RowContextState { gutter?: [number, number]; wrap?: boolean; } declare const RowContext: import("react").Context<RowContextState>; export default RowContext;