UNPKG

@omer-x/bs-ui-kit

Version:
8 lines (7 loc) 220 B
import type { IconDefinition } from "@fortawesome/fontawesome-svg-core"; export type NavItem<User = unknown> = { title: string; href: string; icon: IconDefinition; isVisible?: (user: User) => boolean; };