@ansible/ansible-ui-framework 2.4.2613 → 2.4.2614
Sign up to get free protection for your applications and to get access to all the features.
- package/PageForm/Inputs/PageFormGroup.d.ts +1 -0
- package/index.js +247 -236
- package/index.umd.cjs +2 -2
- package/package.json +1 -1
- package/publish/index.d.ts +5 -5
@@ -10,5 +10,6 @@ export interface PageFormGroupProps {
|
|
10
10
|
children?: ReactNode;
|
11
11
|
helperText?: string;
|
12
12
|
helperTextInvalid?: string | string[] | false;
|
13
|
+
fullWidth?: boolean;
|
13
14
|
}
|
14
15
|
export declare function PageFormGroup(props: PageFormGroupProps): import("react/jsx-runtime").JSX.Element;
|