igniteui-react-core
Version:
Ignite UI React Core.
18 lines (17 loc) • 522 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_e(): NativeUIComponentBuiltInType;
get bm(): string;
set bm(a: string);
get bk(): FontInfo;
set bk(a: FontInfo);
get bl(): boolean;
set bl(a: boolean);
}