@reactodia/workspace
Version:
Reactodia Workspace -- library for visual interaction with graphs in a form of a diagram.
9 lines • 402 B
TypeScript
import { ElementModel } from '../data/model';
import { type FormInputGroupProps } from './input/formInputGroup';
export declare function EditEntityForm(props: {
entity: ElementModel;
onApply: (entity: ElementModel) => void;
onCancel: () => void;
resolveInput: FormInputGroupProps['resolveInput'];
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=editEntityForm.d.ts.map