UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

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;