feat(theme-shared): add the visible property to NavItem interface

#4814
pull/4815/head
mehmet-erim 5 years ago
parent 4a973c2ee0
commit 5b3886e83d

@ -7,4 +7,5 @@ export interface NavItem {
action?: () => void;
order?: number;
requiredPolicy?: string;
visible?: () => boolean;
}

Loading…
Cancel
Save