UNPKG

linkmore-design

Version:

🌈 πŸš€lmη»„δ»ΆεΊ“γ€‚πŸš€

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;