@dartech/arsenal-ui 1.5.22 → 1.5.23
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -21,7 +21,7 @@ type Props = {
|
|
21
21
|
fileReferenceValueComponent?: React.ElementType<{
|
22
22
|
name: string;
|
23
23
|
}>;
|
24
|
-
isObjectNode
|
24
|
+
isObjectNode?: boolean;
|
25
25
|
};
|
26
26
|
export declare const CreateNodeWithContext: ({ control, parentFieldName, required, entityDefinition, globalParameter, customPropertyFields, entityReferenceValueComponent, fileReferenceValueComponent, isObjectNode, }: Props) => JSX.Element;
|
27
27
|
export default CreateNodeWithContext;
|