Skip to content

Commit

Permalink
Add GroupByOrgActionMenuItem type
Browse files Browse the repository at this point in the history
  • Loading branch information
azizjonnurov committed Jan 6, 2025
1 parent 95cdc28 commit 1675277
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
interface GroupByOrgActionMenuItemProps {
onClick: (e?: Event) => void;
}

export declare function GroupByOrgActionMenuItem(props: GroupByOrgActionMenuItemProps): React.JSX.Element;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { GroupByOrgActionMenuItem } from './GroupByOrgActionMenuItem';
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { DelayClaimActionMenuItem } from './DelayClaimActionMenuItem';
export { MarkUnreceivableActionMenuItem } from './MarkUnreceivableActionMenuItem';
export { SendClaimActionMenuItem } from './SendClaimActionMenuItem';
export { GroupByOrgActionMenuItem } from './GroupByOrgActionMenuItem';

0 comments on commit 1675277

Please sign in to comment.