/** Specifies the possible modes in which to present items in a navigation bar. */ export type NavBarMode = "compact" | "expanded" | "auto"; //# sourceMappingURL=NavBarMode.d.ts.map