Skip to content

Commit

Permalink
feat(theme-shared): add the visible property to NavItem interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-erim committed Jul 20, 2020
1 parent 4a973c2 commit 5b3886e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export interface NavItem {
action?: () => void;
order?: number;
requiredPolicy?: string;
visible?: () => boolean;
}

0 comments on commit 5b3886e

Please sign in to comment.