UNPKG

@progress/kendo-angular-navigation

Version:

Kendo UI Navigation for Angular

12 lines (11 loc) 576 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ /** * Defines the group for an ActionSheet item. * * - `top`—Renders the item above the separator. * - `bottom`—Renders the item below the separator. */ export type ActionSheetItemGroup = 'top' | 'bottom';