npm package diff

Package: @forge/react

Versions: 10.6.0-next.4 - 10.6.0-next.5

File: package/out/components/jira/custom-field-edit.d.ts

Index: package/out/components/jira/custom-field-edit.d.ts
===================================================================
--- package/out/components/jira/custom-field-edit.d.ts
+++ package/out/components/jira/custom-field-edit.d.ts
@@ -0,0 +1,10 @@
+import React from 'react';
+import { ForgeElement } from '../../types';
+interface CustomFieldEditProps {
+    children: React.ReactNode;
+    hideActionButtons?: boolean;
+    onSubmit: () => void;
+}
+export declare const CustomFieldEdit: (props: CustomFieldEditProps) => ForgeElement;
+export {};
+//# sourceMappingURL=custom-field-edit.d.ts.map
\ No newline at end of file