UNPKG

@hhgtech/hhg-components

Version:
6 lines (5 loc) 205 B
/// <reference types="react" /> export type FormLayoutContextType = { formLayout?: 'default' | 'inline'; }; export declare const FormLayoutContext: import("react").Context<FormLayoutContextType>;