igniteui-react-core
Version:
Ignite UI React Core.
21 lines (20 loc) • 665 B
TypeScript
import { Style as Style_internal } from "./Style";
import { ContentChildrenManager } from "./ContentChildrenManager";
/**
* A class that exposes style realted properties.
*/
export declare class IgrStyle {
protected createImplementation(): Style_internal;
protected _implementation: any;
protected mounted: boolean;
get nativeElement(): HTMLElement;
/**
* @hidden
*/
get i(): Style_internal;
protected onImplementationCreated(): void;
protected _contentChildrenManager: ContentChildrenManager;
constructor();
protected _provideImplementation(i: any): void;
findByName(name: string): any;
}