@ansible/ansible-ui-framework 2.4.617 → 2.4.619

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,14 @@
1
+ import { ReactElement } from 'react';
2
+ interface ChildProps {
3
+ labelHelp?: string;
4
+ label?: string;
5
+ }
6
+ interface IProps {
7
+ shouldHideField: boolean;
8
+ onClear: () => void;
9
+ children: ReactElement<ChildProps>;
10
+ labelHelp?: string;
11
+ label?: string;
12
+ }
13
+ export declare function PageHiddenInput({ onClear, shouldHideField, label, labelHelp, children }: IProps): import("react/jsx-runtime").JSX.Element;
14
+ export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "A framework for building applications using PatternFly.",
4
- "version": "2.4.617",
4
+ "version": "2.4.619",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",