export type OnyxAppLayoutProps = { /** * Alignment/position of the `navBar` slot. */ navBarAlignment?: "top" | "left"; };