UNPKG

asp-antd-compatible

Version:

An enterprise-class UI design language and React components implementation

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