UNPKG

ygd

Version:

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

10 lines (9 loc) 291 B
import { ColProps } from '../grid/col'; export interface FormContextProps { vertical: boolean; colon?: boolean; labelAlign?: string; labelCol?: ColProps; wrapperCol?: ColProps; } export declare const FormContext: import("create-react-context").Context<FormContextProps>;