UNPKG

igniteui-webcomponents-inputs

Version:

Ignite UI Web Components inputs components.

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