UNPKG

@progress/kendo-angular-listbox

Version:
26 lines (25 loc) 733 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ListBoxToolbarPosition, Tool } from "./toolbar"; /** * @hidden */ export declare const DEFAULT_TOOLBAR_POSITION: ListBoxToolbarPosition; /** * @hidden */ export declare const allTools: Tool[]; /** * @hidden */ export declare const sizeClassMap: { [key: string]: string; }; /** * @hidden */ export declare const actionsClasses: { [key: string]: string; };