UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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