@ansible/ansible-ui-framework 2.4.2569 → 2.4.2571

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,4 +10,6 @@ export declare function DataEditor(props: {
10
10
  isReadOnly?: boolean;
11
11
  className?: string;
12
12
  lineNumbers?: boolean;
13
+ onFocus?: () => void;
14
+ onBlur?: () => void;
13
15
  }): import("react/jsx-runtime").JSX.Element;