@ansible/ansible-ui-framework 2.4.2591 → 2.4.2593
Sign up to get free protection for your applications and to get access to all the features.
- package/PageCells/TextCell.d.ts +1 -1
- package/index.js +2751 -2760
- package/index.umd.cjs +3 -3
- package/package.json +1 -1
- package/publish/index.d.ts +42 -42
package/PageCells/TextCell.d.ts
CHANGED
@@ -12,4 +12,4 @@ export interface TextCellProps {
|
|
12
12
|
maxWidth?: number;
|
13
13
|
disableLinks?: boolean;
|
14
14
|
}
|
15
|
-
export declare function TextCell(props: TextCellProps): import("react/jsx-runtime").JSX.Element;
|
15
|
+
export declare function TextCell(props: Readonly<TextCellProps>): import("react/jsx-runtime").JSX.Element;
|