Skip to content

Commit

Permalink
Merge pull request k6js#15 from pawan123e/listPage-utility-export
Browse files Browse the repository at this point in the history
exporting list page utility
  • Loading branch information
gautamsi authored Mar 31, 2022
2 parents c229aca + 21c1da8 commit 7810250
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/new-dogs-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@k6js/core': patch
---

Export more admin-ui components
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@ import { useFilters } from './useFilters';
import { useSelectedFields } from './useSelectedFields';
import { useSort } from './useSort';

export {
FieldSelection,
FilterAdd,
FilterList,
SortSelection,
useFilters,
useSelectedFields,
useSort,
};

export type ListPageHooksProp = Partial<{
ListPageHeader: FunctionComponent<{ listKey: string }>;
ListPrimaryActions: FunctionComponent<{
Expand Down

0 comments on commit 7810250

Please sign in to comment.