@forge/react
10.6.0-next.410.6.0-next.5
out/components/jira/custom-field-edit.d.tsout/components/jira/custom-field-edit.d.ts+10
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