UNPKG

infinity-forge

Version:
9 lines (8 loc) 536 B
import { DynamicSection } from '../../../../../ui/index.js'; import { DynamicFieldsSection, DynamicSectionProps, DynamicSectionResult } from './interfaces.js'; export declare function EditSectionComponent({ fields, onSucess, children, refSection, dynamicSectionProps, section, }: { fields?: DynamicFieldsSection; refSection: DynamicSection['ref']; section?: Partial<DynamicSection>; dynamicSectionProps?: DynamicSectionProps; } & Parameters<DynamicSectionResult['Section']>[0]): import("react/jsx-runtime").JSX.Element;