igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
16 lines (15 loc) • 473 B
TypeScript
import { NativeUIComponent } from "./NativeUIComponent";
import { NativeUIComponentBuiltInType } from "./NativeUIComponentBuiltInType";
import { Type } from "./type";
import { FontInfo } from "./FontInfo";
/**
* @hidden
*/
export declare class NativeUILabel extends NativeUIComponent {
static $t: Type;
protected get_c(): NativeUIComponentBuiltInType;
get au(): string;
set au(a: string);
get at(): FontInfo;
set at(a: FontInfo);
}