UNPKG

igniteui-webcomponents-inputs

Version:

Ignite UI Web Components inputs components.

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