@data-c/ui 0.0.149-alpha.0 → 0.0.151-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -278,6 +278,7 @@ interface EditableProps {
278
278
  textFieldProps?: TextFieldProps;
279
279
  displayEditButton?: boolean;
280
280
  displaySaveButton?: boolean;
281
+ isEditing?: boolean;
281
282
  }
282
283
  declare function Editable(props: EditableProps): react_jsx_runtime.JSX.Element;
283
284