UNPKG

@progress/kendo-angular-listbox

Version:
36 lines (35 loc) 923 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ActionName } from './toolbar'; /** * @hidden */ export declare const isPresent: Function; /** * @hidden */ export declare const isObject: Function; /** * @hidden */ export declare const fieldAccessor: (dataItem: any, field: string) => any; /** * @hidden */ export declare const defaultItemDisabled: () => boolean; /** * @hidden */ export type StringKeyObject = { [key: string]: any; }; /** * @hidden */ export declare const getTools: (names: ActionName[]) => import("./toolbar").Tool[]; /** * @hidden */ export type Direction = 'rtl' | 'ltr';