UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

13 lines (12 loc) 427 B
import { OnClosedEventArgs as OnClosedEventArgs_internal } from "./OnClosedEventArgs"; export declare class IgxOnClosedEventArgs { protected createImplementation(): OnClosedEventArgs_internal; protected _implementation: any; /** * @hidden */ get i(): OnClosedEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; }