UNPKG

ygd

Version:

An enterprise-class UI design language and React-based implementation

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