@ansible/ansible-ui-framework 2.4.2590 → 2.4.2592
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 +704 -702
- package/index.umd.cjs +25 -25
- package/package.json +1 -1
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;
|