UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

9 lines (8 loc) 202 B
/** * MSKCC DSM 2021, 2023 */ /// <reference types="react" /> export interface FormContextProps { isFluid?: boolean; } export declare const FormContext: import("react").Context<FormContextProps>;