UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

16 lines (15 loc) 569 B
import { ResponsiveStateEnteringEventArgs as ResponsiveStateEnteringEventArgs_internal } from "./ResponsiveStateEnteringEventArgs"; /** * Information about the entering action. */ export declare class IgcResponsiveStateEnteringEventArgs { protected createImplementation(): ResponsiveStateEnteringEventArgs_internal; protected _implementation: any; /** * @hidden */ get i(): ResponsiveStateEnteringEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; }