UNPKG

@apptane/react-ui-form

Version:

Form layout component in Apptane React UI framework

7 lines (6 loc) 195 B
/// <reference types="react" /> export declare type FormContext = { spacing?: number; disabled?: boolean; }; export declare const FormContext: import("react").Context<FormContext>;