igniteui-react-grids
Version:
Ignite UI React grid components.
19 lines (18 loc) • 745 B
TypeScript
import { OverlayOutletDirective as OverlayOutletDirective_internal } from "./OverlayOutletDirective";
import { ContentChildrenManager } from "igniteui-react-core";
export declare class IgrOverlayOutletDirective {
protected createImplementation(): OverlayOutletDirective_internal;
protected _implementation: any;
protected mounted: boolean;
get nativeElement(): HTMLElement;
/**
* @hidden
*/
get i(): OverlayOutletDirective_internal;
protected onImplementationCreated(): void;
protected _contentChildrenManager: ContentChildrenManager;
constructor();
protected _provideImplementation(i: any): void;
findByName(name: string): any;
setNativeElement(element: any): void;
}