igniteui-webcomponents-inputs
Version:
Ignite UI Web Components inputs components.
35 lines (34 loc) • 857 B
TypeScript
import { Base, Type } from "igniteui-webcomponents-core";
import { BaseControlTheme } from "igniteui-webcomponents-core";
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
import { BrushAppearanceData } from "igniteui-webcomponents-core";
import { LabelShiftType } from "./LabelShiftType";
/**
* @hidden
*/
export declare class LabelVisualModelExport extends Base {
static $t: Type;
c: BaseControlTheme;
e: ControlDisplayDensity;
d: ControlDisplayDensity;
a: BrushAppearanceData;
u: string;
v: string;
w: string;
k: number;
s: string;
t: string;
b: LabelShiftType;
i: boolean;
g: boolean;
m: string;
n: string;
o: string;
l: string;
r: string;
h: boolean;
j: boolean;
f: boolean;
p: string;
q(): string;
}