UNPKG

@progress/kendo-angular-pivotgrid

Version:
24 lines (23 loc) 994 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { PivotGridConfiguratorDropDirection } from '@progress/kendo-pivotgrid-common'; import * as i0 from "@angular/core"; /** * @hidden */ export declare const append: (element: any, container: any) => () => any; /** * @hidden */ export declare class DropCueService { dom: any; create(): void; attach(container: Element): Function; remove(container: Element): void; hide(): void; show(direction: PivotGridConfiguratorDropDirection, container: Element, target: Element): void; static ɵfac: i0.ɵɵFactoryDeclaration<DropCueService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<DropCueService>; }