@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.
@@ -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;