UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

17 lines (16 loc) 451 B
import { Style as Style_internal } from "./Style"; /** * A class that exposes style realted properties. */ export declare class IgxStyle { protected createImplementation(): Style_internal; protected _implementation: any; /** * @hidden */ get i(): Style_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; findByName(name: string): any; }