@ansible/ansible-ui-framework 2.4.1128 → 2.4.1129
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/framework/publish/index.d.ts +1 -1
- package/index.js +1380 -1371
- package/index.umd.cjs +86 -86
- package/package.json +1 -1
|
@@ -239,7 +239,7 @@ declare function Gm(e: any): {
|
|
|
239
239
|
perPage: number;
|
|
240
240
|
setPerPage: C.Dispatch<C.SetStateAction<number>>;
|
|
241
241
|
};
|
|
242
|
-
declare function f6e(e: any): (g: any,
|
|
242
|
+
declare function f6e(e: any): (g: any, v: any) => void;
|
|
243
243
|
declare function D$(e: any, t: any, n: any): {
|
|
244
244
|
selectedItems: any[];
|
|
245
245
|
selectItem: (p: any) => void;
|