/** Specifies the possible layout orientations of a navigation item. */ export type NavItemOrientation = "vertical" | "horizontal"; //# sourceMappingURL=NavItemOrientation.d.ts.map