UNPKG

custom-app

Version:

ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������

7 lines (6 loc) 197 B
import { Context } from '@ant-design/create-react-context'; export interface RowContextState { gutter?: number; } declare const RowContext: Context<RowContextState>; export default RowContext;