@forge/react

11.14.2-next.211.14.2-next.3
out/components/inline-edit.d.ts
~out/components/inline-edit.d.tsModified
+2−11
Index: package/out/components/inline-edit.d.ts
===================================================================
--- package/out/components/inline-edit.d.ts
+++ package/out/components/inline-edit.d.ts
@@ -1,17 +1,8 @@
 import { InlineEditProps } from '@atlaskit/forge-react-types';
 /**
- * The following workaround is required because functions cannot be passed outside of the runtime.
- * The Renderer will invoke the function from within the runtime
- * Instead of passing the function, we are reimplementing validation and confirmation here to provide the same behaviour as the ADS version.
+ * An inline edit displays a custom input component that switches between reading and editing on the same page.
  *
- * The reimplemented functions include:
- * - validate
- * - onConfirm
- * - onCancel
- * - onEdit
- *
- * readView and editView also need to be evaluated here so that into a primitive type(JS object) to be rendered by the Renderer. Otherwise the Renderer will not be able to evaluate them on the product side.
- *
+ * @see [InlineEdit](https://developer.atlassian.com/platform/forge/ui-kit/components/inline-edit/) in UI Kit documentation for more information
  */
 export declare const InlineEdit: ({ label, readView, editView, validate, startWithEditViewOpen, keepEditViewOpenOnBlur, hideActionButtons, isRequired, readViewFitContainerWidth, editButtonLabel, confirmButtonLabel, cancelButtonLabel, defaultValue, isEditing, onConfirm, onCancel, onEdit }: InlineEditProps) => import("react/jsx-runtime").JSX.Element;
 //# sourceMappingURL=inline-edit.d.ts.map
\ No newline at end of file