UNPKG

@progress/kendo-angular-listview

Version:

Kendo UI Angular listview component

12 lines (11 loc) 521 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { EditEvent } from "./edit-event-args.interface"; /** * Defines the arguments for the `remove` event. * */ export interface RemoveEvent extends EditEvent { }