UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

20 lines (19 loc) 763 B
import { ResponsiveStateExitedEventArgs as ResponsiveStateExitedEventArgs_internal } from "./ResponsiveStateExitedEventArgs"; import { ContentChildrenManager } from "igniteui-react-core"; /** * Information about the exited state. */ export declare class IgrResponsiveStateExitedEventArgs { protected createImplementation(): ResponsiveStateExitedEventArgs_internal; protected _implementation: any; protected mounted: boolean; get nativeElement(): HTMLElement; /** * @hidden */ get i(): ResponsiveStateExitedEventArgs_internal; protected onImplementationCreated(): void; protected _contentChildrenManager: ContentChildrenManager; constructor(); protected _provideImplementation(i: any): void; }