import { DisableMode } from './common'; export interface FormSectionProps { /** * sectionId is prefixed with all formField name attribute */ sectionId: string; isDisabled?: DisableMode; }