UNPKG

@progress/kendo-angular-spreadsheet

Version:

A Spreadsheet Component for Angular

19 lines (18 loc) 905 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { DialogRef, DialogContentBase } from '@progress/kendo-angular-dialog'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class InsertLinkDialogComponent extends DialogContentBase { dialog: DialogRef; urlLink: string; title: string; constructor(dialog: DialogRef); setData(args: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<InsertLinkDialogComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<InsertLinkDialogComponent, "ng-component", never, {}, {}, never, never, true, never>; }