infinity-forge
Version:
10 lines (9 loc) • 487 B
TypeScript
import { DynamicSection } from '../../../../../ui/index.js';
import { DynamicFieldsSection, DynamicSectionProps } from './interfaces.js';
export declare function EditSectionComponent({ fields, children, refSection, dynamicSectionProps, section, }: {
children?: React.ReactNode;
fields?: DynamicFieldsSection;
refSection: DynamicSection['ref'];
section?: Partial<DynamicSection>;
dynamicSectionProps?: DynamicSectionProps;
}): import("react/jsx-runtime").JSX.Element;