@ansible/ansible-ui-framework 2.4.2612 → 2.4.2613
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/useView.d.ts +2 -2
package/package.json
CHANGED
package/useView.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Dispatch, SetStateAction } from 'react';
|
2
|
-
import {
|
3
|
-
import {
|
2
|
+
import { ITableColumn } from './PageTable/PageTableColumn';
|
3
|
+
import { IFilterState, IToolbarFilter } from './PageToolbar/PageToolbarFilter';
|
4
4
|
export interface IView {
|
5
5
|
page: number;
|
6
6
|
setPage: (page: number) => void;
|