UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

7 lines (6 loc) 173 B
export interface RowContextState { gutter?: [number, number]; wrap?: boolean; } declare const RowContext: React.Context<RowContextState>; export default RowContext;