@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/useView.d.ts +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "A framework for building applications using PatternFly.",
4
- "version": "2.4.2612",
4
+ "version": "2.4.2613",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
package/useView.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { Dispatch, SetStateAction } from 'react';
2
- import { IFilterState } from './PageToolbar/PageToolbarFilter';
3
- import { ITableColumn, IToolbarFilter } from '../framework';
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;