/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ /** * Defines the callback that the [`isItemExpanded`](https://www.telerik.com/kendo-angular-ui/components/layout/api/drawercomponent#isItemExpanded) property uses ([see example](https://www.telerik.com/kendo-angular-ui/components/layout/drawer/hierarchical-drawer)). */ export type DrawerItemExpandedFn = (item: any) => boolean;