@ansible/ansible-ui-framework 2.4.1116 → 2.4.1117

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,4 +4,4 @@ export declare function PageDetailsFromColumns<T extends object>(props: {
4
4
  item: T | undefined;
5
5
  columns: ITableColumn<T>[];
6
6
  children?: ReactNode;
7
- }): import("react/jsx-runtime").JSX.Element;
7
+ }): import("react/jsx-runtime").JSX.Element | null;