UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

13 lines (12 loc) 427 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; }