@progress/kendo-angular-popup
Version:
Kendo UI Angular Popup component - an easily customized popup from the most trusted provider of professional Angular components.
20 lines (19 loc) • 951 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { PositionElementSettings } from '../models/position-element-settings.interface';
import { Position } from '../models/position.interface';
import { DOMService } from './dom.service';
import * as i0 from "@angular/core";
/**
* @hidden
*/
export declare class PositionService {
private _dom;
private scale;
constructor(_dom: DOMService, scale?: number);
positionElement(settings: PositionElementSettings): Position;
static ɵfac: i0.ɵɵFactoryDeclaration<PositionService, [null, { optional: true; }]>;
static ɵprov: i0.ɵɵInjectableDeclaration<PositionService>;
}