UNPKG

@progress/kendo-angular-navigation

Version:

Kendo UI Navigation for Angular

13 lines (12 loc) 757 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ /** * Represents the possible options for the fill style of the BottomNavigation ([see example]({% slug appearance_bottomnavigation %})). * * The possible values are: * * `flat`—Sets the BottomNavigation fill style to a flat, borderless appearance. * * `solid`—Sets the BottomNavigation fill style to a solid, filled background. */ export type BottomNavigationFill = 'flat' | 'solid';