@ -1,6 +1,13 @@
import { Single } from "../single";
export declare class Html extends Single {
static xtype: string;
props: {
text?: string;
textAlign?: "left" | "center" | "right",
whiteSpace?: "nowrap" | "normal",
lineHeight?: null | number;
highLight?: boolean;
} & Single['props'];
doHighLight(): void;
unHighLight(): void;
setValue(v: string): void;
@ -3,6 +3,14 @@ import { Single } from "../single";
@ -547,4 +547,5 @@ export {
TdLayout,
MultiLayerSelectLevelTree,
SelectTreeExpander,
DirectionPager,
};