UNPKG

230 BTypeScriptView Raw
1import { Context } from 'react';
2export interface RowContextState {
3 gutter?: [number, number];
4 wrap?: boolean;
5 supportFlexGap?: boolean;
6}
7declare const RowContext: Context<RowContextState>;
8export default RowContext;