feat:Text add htmlText
This commit is contained in:
2
doric-js/index.d.ts
vendored
2
doric-js/index.d.ts
vendored
@@ -486,6 +486,7 @@ declare module 'doric/lib/src/widget/text' {
|
||||
lineSpacing?: number;
|
||||
strikethrough?: boolean;
|
||||
underline?: boolean;
|
||||
htmlText?: string;
|
||||
}
|
||||
export class Text extends View implements IText {
|
||||
text?: string;
|
||||
@@ -500,6 +501,7 @@ declare module 'doric/lib/src/widget/text' {
|
||||
lineSpacing?: number;
|
||||
strikethrough?: boolean;
|
||||
underline?: boolean;
|
||||
htmlText?: string;
|
||||
}
|
||||
export function text(config: IText): Text;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user