UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

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