UNPKG

igniteui-webcomponents-inputs

Version:

Ignite UI Web Components inputs components.

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