@ansible/ansible-ui-framework 2.4.1804 → 2.4.1806

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,3 +36,4 @@ export declare function DataEditorActions(props: {
36
36
  children?: ReactNode;
37
37
  }): import("react/jsx-runtime").JSX.Element;
38
38
  export declare function valueToObject(value: string | object | undefined | null, isArray?: boolean): object;
39
+ export declare function objectToString(obj: object, language: DataEditorLanguages): string;
package/index.js CHANGED
@@ -47943,6 +47943,7 @@ export {
47943
47943
  WCe as errorToAlertProps,
47944
47944
  aCe as findNavigationItemById,
47945
47945
  mc as getPatternflyColor,
47946
+ ns as objectToString,
47946
47947
  PE as pfDanger,
47947
47948
  DE as pfDisabled,
47948
47949
  jE as pfInfo,